Преглед изворни кода

Remove unused import from GDNative cpp example SConstruct file.

Marcel Admiraal пре 5 година
родитељ
комит
4e5393150a
1 измењених фајлова са 1 додато и 1 уклоњено
  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)