This website requires JavaScript.
Explore
Help
Sign In
asgardius
/
virtualx-engine
Watch
1
Star
0
Fork
You've already forked virtualx-engine
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
0aebdb346a
virtualx-engine
/
bin
/
SCsub
7 lines
74 B
Text
Raw
Normal View
History
Unescape
Escape
SCsub: Add python shebang as a hint for syntax highlighting Also switch existing shebangs to "better" /usr/bin/env python. (cherry picked from commit fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163)
2016-10-17 08:50:25 +02:00
#!/usr/bin/python
GODOT IS OPEN SOURCE
2014-02-10 02:10:30 +01:00
Import('env')
Export('env')
style: Various other PEP8 fixes in Python files Done with `autopep8 --select=E7`, fixes: - E701 - Put colon-separated compound statement on separate lines. - E702 - Put semicolon-separated compound statement on separate lines. - E703 - Put semicolon-separated compound statement on separate lines. - E711 - Fix comparison with None. - E712 - Fix (trivial case of) comparison with boolean. - E713 - Fix (trivial case of) non-membership check. - E721 - Fix various deprecated code (via lib2to3).
2016-11-02 22:30:34 +01:00
SConscript('tests/SCsub')
Reference in a new issue
Copy permalink