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)
|
||||
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)
|
||||
|
|
|
@ -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:
|
||||
|
|
Reference in a new issue