aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gkeys-gen')
-rwxr-xr-xgkeys-gen/setup.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/gkeys-gen/setup.py b/gkeys-gen/setup.py
index 15c3434..1512219 100755
--- a/gkeys-gen/setup.py
+++ b/gkeys-gen/setup.py
@@ -13,12 +13,7 @@ from gkeygen import __version__, __license__
from gkeygen import Gkeys_Map
from gkeygen.actions import Action_Map, Available_Actions
-try:
- from py2man import manpages
-except ImportError:
- print('creating py2man symlink')
- os.symlink('../py2man', 'py2man')
- from py2man import manpages
+from py2man import manpages
# this affects the names of all the directories we do stuff with