Commit 60bbe8b6 authored by Nicolas Delaby's avatar Nicolas Delaby

Delete unused imports

parent d4a2bfe5
......@@ -30,13 +30,6 @@ from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet
from Products.ERP5.Document.Ticket import Ticket
from Products.ERP5.mixin.encrypted_password import EncryptedPasswordMixin
from Products.CMFCore.utils import getToolByName
try:
from Products import PluggableAuthService
from Products.ERP5Security.ERP5UserManager import ERP5UserManager
except ImportError:
PluggableAuthService = None
class CredentialRequest(Ticket, EncryptedPasswordMixin):
"""
......
329
\ No newline at end of file
330
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment