Aggiunto nel path libs/ e ui/

Leonardo Robol [2009-06-13 15:28]
Aggiunto nel path libs/ e ui/
Filename
songbook-editor.py
diff --git a/songbook-editor.py b/songbook-editor.py
index 174f7de..634335a 100755
--- a/songbook-editor.py
+++ b/songbook-editor.py
@@ -1,11 +1,15 @@
 #!/usr/bin/env python

+import re,sys
+sys.path.append("./libs")
+sys.path.append("./ui")
 from PyQt4 import QtGui, QtCore
 from interface import *
 from options import *
 from song import *
 from latex_manager import *
-import re, sys
+
+

 class interface(QtGui.QMainWindow):
     def __init__(self, lm, parent=None):
ViewGit