This website works better with JavaScript
Home
Explore
Help
Sign In
Godot
/
godot-docs
mirror of
https://github.com/godotengine/godot-docs.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Remove unused import from GDNative cpp example SConstruct file.
Marcel Admiraal
5 years ago
parent
14ef5a64da
commit
4e5393150a
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
tutorials/plugins/gdnative/files/cpp_example/SConstruct
+ 1
- 1
tutorials/plugins/gdnative/files/cpp_example/SConstruct
View File
@@ -1,5 +1,5 @@
#!python
-import os
, subprocess
+import os
opts = Variables([], ARGUMENTS)