Fix things up after merge

pull/1/head
Bradlee Speice 2018-05-24 22:29:58 -04:00
parent ec41f11d98
commit 037fe30ffc
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def rust_tokenize(time_string):
return ['"{}".to_owned()'.format(token) for token in split_array]
def build_split_string_tests():
header = '''use ::tokenize;
header = '''use tokenize;
#[test]
fn test_python_compat() {\n'''