Browse Source

For new world order

Mark Mine 21 years ago
parent
commit
a5445eddc1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/cluster/ClusterMsgs.py

+ 1 - 1
direct/src/cluster/ClusterMsgs.py

@@ -36,7 +36,7 @@ SERVER_STARTUP_STRING = (
     '__builtin__.clusterSyncFlag = %d;' +
     '__builtin__.clusterDaemonClient = \'%s\';' +
     '__builtin__.clusterDaemonPort = %d;'
-    'from DirectStart import *; run()"')
+    'from direct.directbase.DirectStart import *; run()"')
 
 class ClusterMsgHandler:
     """ClusterMsgHandler: wrapper for PC clusters/multi-piping networking"""