[Checkins] SVN: Sandbox/ulif/megrok.chameleon/src/megrok/chameleon/tests/__init__.py Apply new package name.

Uli Fouquet uli at gnufix.de
Sun Feb 22 07:01:21 EST 2009


Log message for revision 97013:
  Apply new package name.

Changed:
  U   Sandbox/ulif/megrok.chameleon/src/megrok/chameleon/tests/__init__.py

-=-
Modified: Sandbox/ulif/megrok.chameleon/src/megrok/chameleon/tests/__init__.py
===================================================================
--- Sandbox/ulif/megrok.chameleon/src/megrok/chameleon/tests/__init__.py	2009-02-22 12:00:10 UTC (rev 97012)
+++ Sandbox/ulif/megrok.chameleon/src/megrok/chameleon/tests/__init__.py	2009-02-22 12:01:20 UTC (rev 97013)
@@ -13,9 +13,9 @@
 ##############################################################################
 # $Id$ $Rev$ $Author$ $Date$
 import os.path
-import megrok.genshi
+import megrok.chameleon
 from zope.app.testing.functional import ZCMLLayer
 
 ftesting_zcml = os.path.join(
-    os.path.dirname(megrok.genshi.__file__), 'ftesting.zcml')
+    os.path.dirname(megrok.chameleon.__file__), 'ftesting.zcml')
 FunctionalLayer = ZCMLLayer(ftesting_zcml, __name__, 'FunctionalLayer')



More information about the Checkins mailing list