Kludge Tracker: Gnuradio - v3.4.0-101-g7e2b45b
Parent Directory
(gnuradio/gcell)
Kludge Summary of gnuradio/gcell/apps
| Total Kludges |
1 |
| Total Subdirs |
0 |
All Directories within gnuradio/gcell/apps
All Files within gnuradio/gcell/apps
Kludge Snippets in gnuradio/gcell/apps
gnuradio/gcell/apps/gen_script.py
| Category |
FIXME |
| Committer |
Johnathan Corgan |
| Commit ID |
2af86109a0645d5f014205f519f50da22cc7cda9 |
56 if len(args) != 0:
57 parser.print_help()
58 sys.exit(1)
59
60 #FIXME to use git now
61 svn_rev = get_svn_rev()
62
63 os.environ['TZ'] = 'PST8PDT' # always pacific
64 time.tzset()