[projects/git-slug: 8/170] Be more specific with imports in slug.py

glen glen at pld-linux.org
Mon Sep 21 21:39:29 CEST 2015


commit fa96f5ddb5bf44fce4db8995c6fb95aa01babb6f
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Mon Sep 12 07:08:42 2011 +0100

    Be more specific with imports in slug.py

 slug.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/slug.py b/slug.py
index 92ccad1..32c4e46 100755
--- a/slug.py
+++ b/slug.py
@@ -12,9 +12,9 @@ import argparse
 
 import signal
 
-from gitconst import *
+from gitconst import GITSERVER, GIT_REPO, GIT_REPO_PUSH, REMOTEREFS
 from gitrepo import GitRepo, GitRepoError
-from refsdata import *
+from refsdata import GitRemoteRefsData, RemoteRefsError
 
 
 class ThreadFetch(threading.Thread):
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/git-slug.git/commitdiff/4ed64f73960519a2f4fd04c42950b2c96ae795c5



More information about the pld-cvs-commit mailing list