diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-02-26 21:34:51 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-02-26 21:34:51 +0100 |
commit | f287e44018f6e2d93980a079116aa57773c0793c (patch) | |
tree | e160dc1c44702e4a404ebf52918b73e0f7d78649 | |
parent | cf3d09cb3d1298f20b709243083156506b920436 (diff) | |
download | portato-f287e44018f6e2d93980a079116aa57773c0793c.tar.gz portato-f287e44018f6e2d93980a079116aa57773c0793c.tar.bz2 portato-f287e44018f6e2d93980a079116aa57773c0793c.zip |
test
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ # # Written by René 'Necoro' Neumann <necoro@necoro.net> +#test + import sys, os, os.path from distutils.core import setup, Extension from portato.constants import FRONTENDS, VERSION, DATA_DIR, ICON_DIR, PLUGIN_DIR, TEMPLATE_DIR |