Merge branch 'master' of github.com:jeena/Tentia

This commit is contained in:
Jeena Paradies 2013-02-11 00:01:53 +01:00
commit e136401499
2 changed files with 4 additions and 3 deletions

View file

@ -60,7 +60,8 @@ class Controller(QtCore.QObject):
QtCore.QObject.__init__(self)
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):
with open(self.config_path, 'r') as f:
self.config = pickle.load(f)

View file

@ -3,7 +3,7 @@ Bungloo
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:
@ -19,4 +19,4 @@ Thanks everyone in the Open Source community! Bungloo is using:
- Qt - http://qt.digia.com/
- python - http://www.python.org/
- PyQt - http://wiki.python.org/moin/PyQt
- Icon - http://www.fasticon.com
- Icon - http://www.fasticon.com