Fix outdated comment

This commit is contained in:
Wouter Bolsterlee
2016-07-28 09:46:31 +02:00
parent fd0d175b60
commit fc506cda98

View File

@@ -13,7 +13,7 @@ CAPITALS = re.compile('([A-Z])')
try:
# Python 2.7
# Python 2.7 and up
from collections import OrderedDict
except ImportError:
try: