diff test/test_token.py @ 7181:6971c9249c6d

Fix missed roundup.token import.
author John Rouillard <rouilj@ieee.org>
date Sun, 26 Feb 2023 12:30:32 -0500
parents 364c54991861
children 9a74dfeb8620
line wrap: on
line diff
--- a/test/test_token.py	Sun Feb 26 12:01:53 2023 -0500
+++ b/test/test_token.py	Sun Feb 26 12:30:32 2023 -0500
@@ -10,7 +10,7 @@
 
 import unittest, time
 
-from roundup.token import token_split
+from roundup.token_r import token_split
 
 class TokenTestCase(unittest.TestCase):
     def testValid(self):

Roundup Issue Tracker: http://roundup-tracker.org/