Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/launch_server.py
diff options
context:
space:
mode:
authorjames <james@loggerhead.localdomain>2006-12-09 07:33:07 (GMT)
committer james <james@loggerhead.localdomain>2006-12-09 07:33:07 (GMT)
commit766f58e764b378c41b2a84531cb85d3b1207759a (patch)
treedf6796f5f4e2e79d53a70ae5f80f1b27c6cd6b15 /launch_server.py
parenteec0f1653dad97ef24787195a7da2ad91fe62386 (diff)
Misc refactoring and correcting and debugging of NoteLooper, MainWindow
Diffstat (limited to 'launch_server.py')
-rwxr-xr-xlaunch_server.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/launch_server.py b/launch_server.py
index 998c127..d9ee3be 100755
--- a/launch_server.py
+++ b/launch_server.py
@@ -4,7 +4,6 @@ import pygtk
pygtk.require( '2.0' )
import gtk
-from GUI.Core.MainWindow import MainWindow
from Framework.Constants import Constants
from Framework.CSound.CSoundClient import CSoundClient
from Framework.CSound.CSoundServer import CsoundServerMult