]> Sergey Matveev's repositories - nose_gnuerrorformat.git/commitdiff
Unused commonpath import master
authorSergey Matveev <stargrave@stargrave.org>
Thu, 18 Aug 2016 08:08:00 +0000 (11:08 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 18 Aug 2016 08:08:00 +0000 (11:08 +0300)
nose_gnuerrorformat.py
setup.py

index 6b0cf8f5b4423f51a26e69ce43badcede441f796..35d771dd92cac53919bdeb39882efa75c4c5c268 100644 (file)
@@ -1,5 +1,4 @@
 from os import getcwd
-from os.path import commonpath
 import traceback
 
 from nose.plugins import Plugin
index 424caed829108844ec7140fe1c1b9c936e335e49..87409e4a9b16f0fccf8d5c32669546656257a4d7 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name="nose_gnuerrorformat",
-    version="0.1",
+    version="0.2",
     description="Nose GNU errorformat tracebacks output",
     author="Sergey Matveev",
     author_email="stargrave@stargrave.org",