diff options
| author | Daniel Neuhäuser <ich@danielneuhaeuser.de> | 2010-05-01 19:19:24 +0200 |
|---|---|---|
| committer | Daniel Neuhäuser <ich@danielneuhaeuser.de> | 2010-05-01 19:19:24 +0200 |
| commit | 6651f67602a51795447fee8f6f8ac517f26a8f38 (patch) | |
| tree | 0d4009027be66f1484a5f95d8baf7447bea2b6d9 /tests/path.py | |
| parent | eef0b0821d01c3eb4d26eb3a4f8a185b29df8c60 (diff) | |
| download | sphinx-git-6651f67602a51795447fee8f6f8ac517f26a8f38.tar.gz | |
Removed pre-2.3 workaround for booleans
Diffstat (limited to 'tests/path.py')
| -rw-r--r-- | tests/path.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/path.py b/tests/path.py index ceb895f50..20deb0489 100644 --- a/tests/path.py +++ b/tests/path.py @@ -56,12 +56,6 @@ try: except AttributeError: pass -# Pre-2.3 workaround for booleans -try: - True, False -except NameError: - True, False = 1, 0 - # Pre-2.3 workaround for basestring. try: basestring |
