diff frontends/src/wix/constants.py @ 366:0806a65a5fa9

wix: updated paths to use media_dir
author Goffi <goffi@goffi.org>
date Sat, 18 Jun 2011 22:51:33 +0200
parents 533507bb4e32
children 6246eb6d64a0
line wrap: on
line diff
--- a/frontends/src/wix/constants.py	Sat Jun 18 17:56:59 2011 +0200
+++ b/frontends/src/wix/constants.py	Sat Jun 18 22:51:33 2011 +0200
@@ -6,7 +6,6 @@
 
 __builtin__.__dict__['APP_NAME'] = "Wix"
 __builtin__.__dict__['LICENCE_PATH'] = os.path.join(wix_root,"COPYING")
-__builtin__.__dict__['IMAGE_DIR'] = os.path.join(wix_root,'images')
 
 __builtin__.__dict__['msgOFFLINE']          = _("offline")
 __builtin__.__dict__['msgONLINE']           = _("online")