Merge branch 'master' of github.com:jeena/Tentia
This commit is contained in:
commit
e136401499
2 changed files with 4 additions and 3 deletions
|
@ -60,7 +60,8 @@ class Controller(QtCore.QObject):
|
||||||
QtCore.QObject.__init__(self)
|
QtCore.QObject.__init__(self)
|
||||||
self.app = app
|
self.app = app
|
||||||
|
|
||||||
self.config_path = os.path.expanduser('~/.bungloo.cfg')
|
os.mkdir(os.path.expanduser("~/.bungloo/"))
|
||||||
|
self.config_path = os.path.expanduser('~/.bungloo/bungloo.cfg')
|
||||||
if os.access(self.config_path, os.R_OK):
|
if os.access(self.config_path, os.R_OK):
|
||||||
with open(self.config_path, 'r') as f:
|
with open(self.config_path, 'r') as f:
|
||||||
self.config = pickle.load(f)
|
self.config = pickle.load(f)
|
||||||
|
|
|
@ -3,7 +3,7 @@ Bungloo
|
||||||
|
|
||||||
Bungloo is a slim Tent client for OS X and Linux written in mostly JavaScript.
|
Bungloo is a slim Tent client for OS X and Linux written in mostly JavaScript.
|
||||||
|
|
||||||
For more info check out the Wiki page: https://github.com/jeena/bungloo/wiki
|
For more info check out the Wiki page: https://github.com/jeena/Bungloo/wiki
|
||||||
|
|
||||||
|
|
||||||
Thanks everyone in the Open Source community! Bungloo is using:
|
Thanks everyone in the Open Source community! Bungloo is using:
|
||||||
|
@ -19,4 +19,4 @@ Thanks everyone in the Open Source community! Bungloo is using:
|
||||||
- Qt - http://qt.digia.com/
|
- Qt - http://qt.digia.com/
|
||||||
- python - http://www.python.org/
|
- python - http://www.python.org/
|
||||||
- PyQt - http://wiki.python.org/moin/PyQt
|
- PyQt - http://wiki.python.org/moin/PyQt
|
||||||
- Icon - http://www.fasticon.com
|
- Icon - http://www.fasticon.com
|
||||||
|
|
Reference in a new issue