[Reproducible-commits] [diffoscope] 05/09: Add missing 'sys' import

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Aug 20 22:09:41 UTC 2015


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

lunar pushed a commit to branch master
in repository diffoscope.

commit 6cd088489eae75a49066217f678ca9c28bd60626
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Aug 20 22:05:14 2015 +0200

    Add missing 'sys' import
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index b9c8cac..6c805fe 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,6 @@
 #!/usr/bin/env python2
 
+import sys
 from setuptools import setup, find_packages
 from setuptools.command.test import test as TestCommand
 import diffoscope

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git



More information about the Reproducible-commits mailing list