[Reproducible-builds] [dh-python] 166/183: add missing import
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Sep 19 15:30:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch pu/reproducible_builds
in repository dh-python.
commit cd88851dc72de06afba4eeb099ce9bae87d2dc16
Author: Piotr Ożarowski <piotr at debian.org>
Date: Tue Jan 28 18:18:28 2014 +0100
add missing import
from_file is not used yet, so it wasn't a big problem
---
dhpython/_defaults.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/dhpython/_defaults.py b/dhpython/_defaults.py
index 24aca05..b3b7e3e 100755
--- a/dhpython/_defaults.py
+++ b/dhpython/_defaults.py
@@ -22,6 +22,7 @@
import logging
from configparser import ConfigParser
from os import environ
+from os.path import exists
from subprocess import Popen, PIPE
SUPPORTED = {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dh-python.git
More information about the Reproducible-builds
mailing list