summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuke Booij (tulcod) <auke@tulcod.com>2010-08-07 00:39:19 +0200
committerAuke Booij (tulcod) <auke@tulcod.com>2010-08-07 00:39:19 +0200
commit8296430e073758b37fb649e8961fc2edf1c4cb28 (patch)
tree576cb2544582423bd84ad52a827b97ec37ed3e0f
parentConvert unwanted characters in CRAN package names to _ instead of empty (diff)
downloadg-cran-8296430e073758b37fb649e8961fc2edf1c4cb28.tar.gz
g-cran-8296430e073758b37fb649e8961fc2edf1c4cb28.tar.bz2
g-cran-8296430e073758b37fb649e8961fc2edf1c4cb28.zip
Ahem, I broke something...
-rw-r--r--g_cran/g_cran.py1
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