瀏覽代碼

Added StartupError definition template

Gyedo Jeon 15 年之前
父節點
當前提交
314afbab10
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      direct/src/leveleditor/MayaConverter.py

+ 3 - 0
direct/src/leveleditor/MayaConverter.py

@@ -5,6 +5,9 @@ import ObjectGlobals as OG
 
 CLOSE_STDIN = "<CLOSE STDIN>"
 
+class StartupError(Exception):
+    pass
+
 class Process:
     def __init__(self, parent, cmd, end_callback):
         self.process = wx.Process(parent)