Changeset 260 for waeup_product/trunk
- Timestamp:
- 22 Jun 2006, 12:42:52 (19 years ago)
- Location:
- waeup_product/trunk
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/__init__.py
r256 r260 1 from Testing.ZopeTestCase import installProduct 2 3 installProduct('WAeUP') 1 4 #-*- mode: python; mode: fold -*- 2 5 # $Id$ -
waeup_product/trunk/exportimport.py
r257 r260 537 537 """ 538 538 site = context.getSite() 539 setupStructure(site,context)539 #setupStructure(site,context) 540 540 #import pdb; pdb.set_trace() 541 541 pass
Note: See TracChangeset for help on using the changeset viewer.