Changeset 8828


Ignore:
Timestamp:
27 Jun 2012, 08:59:06 (12 years ago)
Author:
Henrik Bettermann
Message:

Remove unneeded imports.

Location:
main/waeup.uniben/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/setup.py

    r8822 r8828  
    99    'grokui.admin',
    1010    'grokcore.startup',
    11     'waeup.kofa', # not really neccessary, as kofacustom.ng includes it
     11    'waeup.kofa',
    1212    'kofacustom.nigeria',
    1313    ],
  • main/waeup.uniben/trunk/src/waeup/uniben/applicants/utils.py

    r8821 r8828  
    1919"""
    2020
    21 from time import time
    22 import sys
    23 import grok
    24 from zope.catalog.interfaces import ICatalog
    25 from hurry.workflow.interfaces import IWorkflowInfo, InvalidTransitionError
    2621from kofacustom.nigeria.applicants.utils import NigeriaApplicantsUtils
    2722from waeup.kofa.applicants.workflow import (INITIALIZED,
Note: See TracChangeset for help on using the changeset viewer.