Commit c2b4b26b authored by Skip Montanaro's avatar Skip Montanaro

Remove RISCOS support

parent 3a44c01b
......@@ -9,10 +9,7 @@ from distutils.errors import DistutilsOptionError
# Extension for Python source files.
if hasattr(os, 'extsep'):
PYTHON_SOURCE_EXTENSION = os.extsep + "py"
else:
PYTHON_SOURCE_EXTENSION = ".py"
PYTHON_SOURCE_EXTENSION = ".py"
class install_lib (Command):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment