Changeset 7860


Ignore:
Timestamp:
13 Mar 2012, 01:19:23 (13 years ago)
Author:
uli
Message:

pyflakes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/batching.py

    r7859 r7860  
    2222"""
    2323import grok
    24 import copy
    2524import csv
    2625import os
    27 import sys
    2826import tempfile
    2927import time
     
    3331from zope.schema import getFields
    3432from waeup.kofa.interfaces import (
    35     IBatchProcessor, FatalCSVError, DuplicationError, IObjectConverter,
     33    IBatchProcessor, FatalCSVError, IObjectConverter,
    3634    ICSVExporter)
    3735
     
    9694    @property
    9795    def available_fields(self):
    98         result = []
    9996        return sorted(list(set(
    10097                    self.location_fields + getFields(self.iface).keys())))
Note: See TracChangeset for help on using the changeset viewer.