projects
/
gamesguru
/
ffpass.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7b2979
)
linux2 doesn't exist since Python 3.3
author
louisabraham
<louis.abraham@yahoo.fr>
Fri, 7 Dec 2018 14:39:07 +0000
(15:39 +0100)
committer
louisabraham
<louis.abraham@yahoo.fr>
Fri, 7 Dec 2018 14:39:07 +0000
(15:39 +0100)
https://docs.python.org/3/library/sys.html#sys.platform
ffpass/__init__.py
patch
|
blob
|
history
diff --git
a/ffpass/__init__.py
b/ffpass/__init__.py
index 076050be84fb1664ec9cca8e90841db34af0ea59..e43395dff287534a519892bb8be57e44e1d92fc1 100755
(executable)
--- a/
ffpass/__init__.py
+++ b/
ffpass/__init__.py
@@
-199,7
+199,6
@@
def addNewLogins(key, jsonLogins, logins):
def guessDir():
dirs = {
"darwin": "~/Library/Application Support/Firefox",
- "linux2": "~/.mozilla/firefox",
"linux": "~/.mozilla/firefox",
}
if sys.platform in dirs: