aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/gbp-pq
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-10-30 20:03:33 +0100
committerGuido Günther <agx@sigxcpu.org>2011-11-01 18:12:48 +0100
commite28ea0740a7b4eb2ef4c1bd3079d77a40c6072b8 (patch)
tree779145e71a996c471a1d1a6b1acde1bc90deecc4 /bin/gbp-pq
parentabf90abcba15beb51196cf503f35695acdcd91c1 (diff)
Get rid of the symlink
by moving the commands to gbp/scripts/
Diffstat (limited to 'bin/gbp-pq')
-rwxr-xr-xbin/gbp-pq5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/gbp-pq b/bin/gbp-pq
new file mode 100755
index 00000000..733be7b6
--- /dev/null
+++ b/bin/gbp-pq
@@ -0,0 +1,5 @@
+#! /usr/bin/python -u
+import sys
+from gbp.scripts.pq import main
+
+sys.exit(main(sys.argv))