Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
Merge pull request #114 from le717/issue-113
Browse files Browse the repository at this point in the history
Add two more paths to Linux path detection
  • Loading branch information
Caleb Ely committed Dec 24, 2015
2 parents b809bfc + b319aa5 commit a42f2e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ldprefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ def __init__(self):
"linux": [
os.path.expanduser("~/LDraw"),
os.path.expanduser("~/ldraw"),
"/usr/local/share/ldraw",
"/opt/ldraw"
os.path.expanduser("~/.LDraw"),
os.path.expanduser("~/.ldraw"),
"/usr/local/share/ldraw"
]
}

Expand Down

0 comments on commit a42f2e5

Please sign in to comment.