diff options
author | shagan_glare <shagan_glare> | 2005-06-15 09:23:46 +0000 |
---|---|---|
committer | shagan_glare <shagan_glare> | 2005-06-15 09:23:46 +0000 |
commit | e7132ee81f95a10aa67e2a1e9b1dd6a1dcf31876 (patch) | |
tree | 685e2cead42672316ae2ac68515a7755c5faec07 /gpdf | |
parent | 7c2a5c0a5ea91b388672580c0b36fbf1ae40a4f1 (diff) |
imported ldtputils
Diffstat (limited to 'gpdf')
-rwxr-xr-x | gpdf/gpdf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpdf/gpdf.py b/gpdf/gpdf.py index 061f193..98ded43 100755 --- a/gpdf/gpdf.py +++ b/gpdf/gpdf.py @@ -2,7 +2,7 @@ from ldtp import * import string, sys, os - +from ldtputils import * appmap_path = '' if len (sys.argv) == 1: |