Skip to content

Commit 3254b45

Browse files
committed
Fix missed roundup.token import.
1 parent db7ffa4 commit 3254b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import unittest, time
1212

13-
from roundup.token import token_split
13+
from roundup.token_r import token_split
1414

1515
class TokenTestCase(unittest.TestCase):
1616
def testValid(self):

0 commit comments

Comments
 (0)