From 603675494d53efa6f00e23653327839baf56f251 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Tue, 24 Jul 2007 05:10:33 +0000 Subject: [PATCH] __file__ change for foresightlinux people --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6afda5df4..75844b1c6 100644 --- a/setup.py +++ b/setup.py @@ -232,7 +232,7 @@ class build_trans(cmd.Command): pass def run(self): - po_dir = os.path.join(os.path.dirname(__file__), 'po') + po_dir = os.path.join(os.path.dirname(os.curdir), 'po') for path, names, filenames in os.walk(po_dir): for f in filenames: if f.endswith('.po'):