summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2013-01-31 19:50:34 +0100
committerChristian Struck <christian@struck.se>2013-01-31 19:55:54 +0100
commit9caefee9893048f169bc451cd9c454e0af668deb (patch)
treec3cb5c47fe3580f293467d822159b246cc823e97 /tests
parent59929df267e4480a9f7c123c4e22c28b49e78758 (diff)
downloadbvg-grabber-9caefee9893048f169bc451cd9c454e0af668deb.tar.gz
bvg-grabber-9caefee9893048f169bc451cd9c454e0af668deb.tar.bz2
bvg-grabber-9caefee9893048f169bc451cd9c454e0af668deb.zip
Fixup travis#25
Signed-off-by: Christian Struck <christian@struck.se>
Diffstat (limited to 'tests')
-rw-r--r--tests/test_format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_format.py b/tests/test_format.py
index 8e7827e..53966e1 100644
--- a/tests/test_format.py
+++ b/tests/test_format.py
@@ -2,7 +2,7 @@
import datetime
import unittest
-from bvggrabber.utils.format import int2bin, fullformat, dateformat, timeformat
+from bvggrabber.utils.format import dateformat, fullformat, int2bin, timeformat
class TestFormats(unittest.TestCase):