objdictgen/networkedit.py
changeset 265 36cc4c87cdaa
parent 258 8f7725451453
child 271 2f286d3fc7f6
--- a/objdictgen/networkedit.py	Fri Aug 31 10:20:10 2007 +0200
+++ b/objdictgen/networkedit.py	Tue Sep 04 17:47:04 2007 +0200
@@ -441,7 +441,6 @@
         if dialog.ShowModal() == wx.ID_OK:
             projectpath = dialog.GetPath()
             if os.path.isdir(projectpath) and len(os.listdir(projectpath)) == 0:
-                os.mkdir(os.path.join(projectpath, "eds"))
                 manager = NodeManager()
                 nodelist = NodeList(manager)
                 result = nodelist.LoadProject(projectpath)