Browse Source

leveleditor: add missing import

rdb 7 years ago
parent
commit
27dbad6fd9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/leveleditor/ProtoPalette.py

+ 1 - 0
direct/src/leveleditor/ProtoPalette.py

@@ -3,6 +3,7 @@ Palette for Prototyping
 """
 
 from .ProtoPaletteBase import *
+import os
 
 class ProtoPalette(ProtoPaletteBase):
     def __init__(self):