diff options
author | Auke Booij (tulcod) <auke@tulcod.com> | 2010-08-07 00:39:19 +0200 |
---|---|---|
committer | Auke Booij (tulcod) <auke@tulcod.com> | 2010-08-07 00:39:19 +0200 |
commit | 8296430e073758b37fb649e8961fc2edf1c4cb28 (patch) | |
tree | 576cb2544582423bd84ad52a827b97ec37ed3e0f /g_cran | |
parent | Convert unwanted characters in CRAN package names to _ instead of empty (diff) | |
download | g-cran-8296430e073758b37fb649e8961fc2edf1c4cb28.tar.gz g-cran-8296430e073758b37fb649e8961fc2edf1c4cb28.tar.bz2 g-cran-8296430e073758b37fb649e8961fc2edf1c4cb28.zip |
Ahem, I broke something...
Diffstat (limited to 'g_cran')
-rw-r--r-- | g_cran/g_cran.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g_cran/g_cran.py b/g_cran/g_cran.py index 836a3ce..cb59f0f 100644 --- a/g_cran/g_cran.py +++ b/g_cran/g_cran.py @@ -100,6 +100,7 @@ def usage(): return 0 def main(): + import phases arguments=sys.argv[1:] #print options, arguments if len(arguments)<2: #we need at least a local repository location and an action |