X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=iramuteq.py;h=08ce86c07145ef91ca9de880181d17b3ec5c216d;hp=afe096658f21c881dbfb80840d4e90c14eca3a7c;hb=1f82fb8e9ed83b8524b00039f1a8c51c2b12a8be;hpb=13666be5de5eeffbe63774c3c0aecd407b519ac6;ds=sidebyside diff --git a/iramuteq.py b/iramuteq.py index afe0966..08ce86c 100644 --- a/iramuteq.py +++ b/iramuteq.py @@ -281,9 +281,9 @@ class IraFrame(wx.Frame): # CenterPane()) self._mgr.AddPane(IntroPanel(self), aui.AuiPaneInfo().Name("Intro_Text"). CenterPane()) - if not os.path.exists(os.path.join(UserConfigPath, 'history.db')) : - with open(os.path.join(UserConfigPath, 'history.db'), 'w') as f : - f.write('') + #if not os.path.exists(os.path.join(UserConfigPath, 'history.db')) : + # with open(os.path.join(UserConfigPath, 'history.db'), 'w') as f : + # f.write('') self.history = History(os.path.join(UserConfigPath, 'history.db')) self.tree = LeftTree(self) self._mgr.AddPane(self.tree, aui.AuiPaneInfo().Name("lefttree").Caption("Navigateur").