Skip to content

Commit

Permalink
Print Python version in init.py
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jul 12, 2017
1 parent 831887c commit 2462a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/scripts/init.py
@@ -1,3 +1,3 @@
# Called at DarkRadiant startup

print('init.py executed')
import sys
print('DarkRadiant init.py called, this is Python {0}'.format(sys.version))

0 comments on commit 2462a80

Please sign in to comment.