X-Git-Url: https://git.mdrn.pl/texml.git/blobdiff_plain/f06bfe769b002b2335a03c7a6c871f2263bef6f6..a25b46f14eae63a90d79da211051eb4f77e620e3:/setup.py diff --git a/setup.py b/setup.py index a5eeacf..2a17358 100644 --- a/setup.py +++ b/setup.py @@ -4,22 +4,6 @@ import os.path import re import glob -def test_for_sax(): - try: - import xml.sax - except ImportError: - sys.stderr.write('Please install the python pyxml modules\n') - sys.stdout.write('You must have this module before you can install texml\n') - sys.exit(1) - -def get_dtd_location(): - """ - For now, this is not used - - """ - return - return '/home/paul/Documents/data/dtds/' - def get_version(): # Take the version from "scripts/texml.py" @@ -36,8 +20,6 @@ def get_version(): raise "Can't find version" return version -if 'build' in sys.argv: - test_for_sax() version = get_version()