Ignore:
Timestamp:
Apr 13, 2011 4:40:58 PM (13 years ago)
Author:
kroman0
Message:

Pyflakes fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecomments/branches/jquery/quintagroup/plonecomments/tests/testQPloneCommentsInstall.py

    r2137 r3107  
    33# 
    44 
    5 from base import getToolByName, TestCase 
    6 from config import * 
     5from Products.CMFCore.utils import getToolByName 
     6from base import TestCase 
     7from config import PRODUCT, CONFIGLET_ID, PRODUCT_SKIN_NAME, PROPERTY_SHEET 
     8from config import EMAIL_PID, EMAIL_SUBJECT_PID, REQUIRE_EMAIL_PID, PERM_NAME 
     9from config import APPROVE_NOTIFICATION_PID, PUBLISHED_NOTIFICATION_PID 
     10from config import APPROVE_USER_NOTIFICATION_PID, REPLY_USER_NOTIFICATION_PID 
     11from config import MODERATION_PID, REJECTED_NOTIFICATION_PID 
     12from config import ANONYMOUS_COMMENTING_PID 
    713 
    814 
Note: See TracChangeset for help on using the changeset viewer.