mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
Guarded against crazy win32 boxes.
This commit is contained in:
parent
21879d0723
commit
167acefe8a
@ -253,9 +253,14 @@ if __name__ == '__main__':
|
|||||||
os.chmod(filename, 0755)
|
os.chmod(filename, 0755)
|
||||||
|
|
||||||
|
|
||||||
print
|
if sys.platform == 'win32':
|
||||||
print 'You\'re done! Now run the bot with the command line:'
|
print
|
||||||
print './%s' % filename
|
print 'You\'re done! Run the bot however works for you.'
|
||||||
print
|
print
|
||||||
|
else:
|
||||||
|
print
|
||||||
|
print 'You\'re done! Now run the bot with the command line:'
|
||||||
|
print './%s' % filename
|
||||||
|
print
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user