summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAuke Booij (tulcod) <auke@tulcod.com>2010-06-26 00:38:21 +0200
committerAuke Booij (tulcod) <auke@tulcod.com>2010-06-26 00:38:21 +0200
commitc8d93826d032d7e55d10e4b82d5a2b8bba211320 (patch)
tree5f459e5bf26e1acad406d410211a8ccb536fafd3 /bin
parentWhat a shameful commit, putting my home directory out there just like that. (diff)
downloadg-cran-c8d93826d032d7e55d10e4b82d5a2b8bba211320.tar.gz
g-cran-c8d93826d032d7e55d10e4b82d5a2b8bba211320.tar.bz2
g-cran-c8d93826d032d7e55d10e4b82d5a2b8bba211320.zip
Prepare for packaging with distutils
Diffstat (limited to 'bin')
-rwxr-xr-xbin/g-cran6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/g-cran b/bin/g-cran
new file mode 100755
index 0000000..03579ae
--- /dev/null
+++ b/bin/g-cran
@@ -0,0 +1,6 @@
+#!python
+import g_cran
+
+if __name__ == "__main__":
+ g_cran.g_cran.main()
+