diff options
author | Tom <trondeau@vt.edu> | 2009-10-06 10:40:39 -0700 |
---|---|---|
committer | Tom <trondeau@vt.edu> | 2009-10-06 10:40:39 -0700 |
commit | bbd3df51732b2b63ae9d20e9fddd12229cf6b2ef (patch) | |
tree | dbf63fb638238e389ad970f2f4443299491e8fc6 /gcell/apps/gen_script.py | |
parent | 314726ae7457b37f442a2751285b75b0d616c0f4 (diff) | |
parent | 3f8026a00c261c788357b3a04f5b338a6cda4d0e (diff) |
Merge branch 'master' into sync
Conflicts:
gr-utils/src/python/gr_plot_qt.py
gr-utils/src/python/pyqt_plot.py
gr-utils/src/python/pyqt_plot.ui
Diffstat (limited to 'gcell/apps/gen_script.py')
-rwxr-xr-x | gcell/apps/gen_script.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcell/apps/gen_script.py b/gcell/apps/gen_script.py index e4bbc74807..2ad0fb78e2 100755 --- a/gcell/apps/gen_script.py +++ b/gcell/apps/gen_script.py @@ -57,6 +57,7 @@ def main(): parser.print_help() sys.exit(1) + #FIXME to use git now svn_rev = get_svn_rev() os.environ['TZ'] = 'PST8PDT' # always pacific |