diff options
Diffstat (limited to 'lib/python2.7/lib2to3/tests/data/fixers/no_fixer_cls.py')
-rw-r--r-- | lib/python2.7/lib2to3/tests/data/fixers/no_fixer_cls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python2.7/lib2to3/tests/data/fixers/no_fixer_cls.py b/lib/python2.7/lib2to3/tests/data/fixers/no_fixer_cls.py new file mode 100644 index 0000000..506f794 --- /dev/null +++ b/lib/python2.7/lib2to3/tests/data/fixers/no_fixer_cls.py @@ -0,0 +1 @@ +# This is empty so trying to fetch the fixer class gives an AttributeError |