diff options
Diffstat (limited to 'games/pydance/files/patch-constants.py')
-rw-r--r-- | games/pydance/files/patch-constants.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/pydance/files/patch-constants.py b/games/pydance/files/patch-constants.py deleted file mode 100644 index 8f3e23a5aafd..000000000000 --- a/games/pydance/files/patch-constants.py +++ /dev/null @@ -1,11 +0,0 @@ ---- constants.py.orig Wed Feb 25 20:18:19 2004 -+++ constants.py Wed Feb 25 23:21:46 2004 -@@ -13,7 +13,7 @@ - from pygame.locals import * - - VERSION = "0.9.1" --locale.setlocale(locale.LC_ALL, '') -+locale.setlocale(locale.LC_ALL, 'C') - - # Detect the name of the OS - Mac OS X is not really UNIX. - osname = None |