diff options
author | Stefano Karapetsas <[email protected]> | 2013-11-07 17:54:42 +0100 |
---|---|---|
committer | Sorokin Alexei <[email protected]> | 2016-03-04 16:39:44 +0300 |
commit | b1341be64fd9435027db400b619fa03b31a07c41 (patch) | |
tree | d1d2cd5f5194121d813e7d2d35326cd689c5f18f /mozo.in | |
parent | bdbcbdc5c2bc34e57e0feb9f8c263cbc294ea558 (diff) | |
download | mozo-b1341be64fd9435027db400b619fa03b31a07c41.tar.bz2 mozo-b1341be64fd9435027db400b619fa03b31a07c41.tar.xz |
Fix debug
Diffstat (limited to 'mozo.in')
-rw-r--r-- | mozo.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,8 +27,8 @@ def main(): datadir = config.pkgdatadir version = config.VERSION except: - datadir = '.' - version = '0.9' + datadir = './data/' + version = '1.7.0' app = MainWindow(datadir, version, sys.argv) app.run() |