[Pkg-debile-commits] [debile-slave] 02/03: Remove dead code

Léo Cavaillé leo.cavaille-guest at alioth.debian.org
Thu Aug 22 22:21:11 UTC 2013


This is an automated email from the git hooks/post-receive script.

leo.cavaille-guest pushed a commit to branch master
in repository debile-slave.

commit a95e6095e7ef460f4b8962d5da17d6f387b7e05b
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Thu Aug 22 20:56:34 2013 +0200

    Remove dead code
---
 debile/slave/cli.py |   23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/debile/slave/cli.py b/debile/slave/cli.py
deleted file mode 100644
index efe1b95..0000000
--- a/debile/slave/cli.py
+++ /dev/null
@@ -1,23 +0,0 @@
-import clint
-from debile.slave.client import get_proxy
-
-proxy = get_proxy()
-
-
-def opts():
-    args = []
-    for arg in clint.args:
-        if arg is None:
-            break
-        args.append(arg)
-    return args
-
-
-def get_source_package():
-    args = opts()
-    print(proxy.get_source_package(*args))
-
-
-def get_binary_package():
-    args = opts()
-    print(proxy.get_binary_package(*args))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-slave.git



More information about the Pkg-debile-commits mailing list