commit | 311d071541ba1fd8615ecf604026e96d547c1d80 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Thu Mar 27 05:02:57 2008 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Thu Mar 27 05:02:57 2008 +0000 |
tree | d1356bc652da3c7709eb18c8487b983a4ea5adef | |
parent | 231346e23f3bcb5102199712b998ca7f2354dfdd [diff] |
Fix test_compiler after adding unicode_literals
diff --git a/Lib/compiler/future.py b/Lib/compiler/future.py index d94fcdd..fd5e5df 100644 --- a/Lib/compiler/future.py +++ b/Lib/compiler/future.py
@@ -16,7 +16,8 @@ class FutureParser: features = ("nested_scopes", "generators", "division", - "absolute_import", "with_statement", "print_function") + "absolute_import", "with_statement", "print_function", + "unicode_literals") def __init__(self): self.found = {} # set