diff options
Diffstat (limited to 'Lib/stringold.py')
-rw-r--r-- | Lib/stringold.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/stringold.py b/Lib/stringold.py index 69656be..8388b07 100644 --- a/Lib/stringold.py +++ b/Lib/stringold.py @@ -184,7 +184,7 @@ def rfind(s, *args): # for a bit of speed _float = float _int = int -_long = long +_long = int _StringType = type('') # Convert string to float |