From 6587bef6fa0fcd9c105ce93c88cf5da8bf27ee76 Mon Sep 17 00:00:00 2001 From: Leonardo Robol Date: Sat, 13 Jun 2009 17:28:21 +0200 Subject: [PATCH] Aggiunto nel path libs/ e ui/ --- songbook-editor.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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): -- 2.1.4