mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
a77c656087
git-svn-id: http://svn.pyinstaller.org/trunk@254 8dd32b29-ccff-0310-8a9a-9233e24343b1
4 lines
68 B
Python
4 lines
68 B
Python
#!/usr/bin/env python
|
|
import time
|
|
print time.strptime(time.ctime())
|