summaryrefslogtreecommitdiff
path: root/tests/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.py')
-rw-r--r--tests/test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test.py b/tests/test.py
index 6b2c5da..c9451ac 100644
--- a/tests/test.py
+++ b/tests/test.py
@@ -6,7 +6,8 @@ import doctest
import unittest
import smartypants
-from smartypants import Attr, smartypants as sp
+from smartypants import smartypants as sp
+from smartypants import Attr
class SmartyPantsTestCase(unittest.TestCase):