diff options
Diffstat (limited to 'Lib/types.py')
-rw-r--r-- | Lib/types.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/types.py b/Lib/types.py index 5a89ad1..cc0c1d3 100644 --- a/Lib/types.py +++ b/Lib/types.py @@ -14,7 +14,7 @@ TypeType = type ObjectType = object IntType = int -LongType = long +LongType = int FloatType = float BooleanType = bool try: |