Browse Source

Remove unused import from GDNative cpp example SConstruct file.

Marcel Admiraal 5 năm trước cách đây
mục cha
commit
4e5393150a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tutorials/plugins/gdnative/files/cpp_example/SConstruct

+ 1 - 1
tutorials/plugins/gdnative/files/cpp_example/SConstruct

@@ -1,5 +1,5 @@
 #!python
-import os, subprocess
+import os
 
 opts = Variables([], ARGUMENTS)