Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrusdaboo committed Oct 31, 2008
1 parent f3d8f5b commit 44746e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions twistedcaldav/directory/principal.py
Expand Up @@ -40,7 +40,6 @@
from twisted.web2 import responsecode
from twisted.web2.http import HTTPError
from twisted.web2.dav import davxml
from twisted.web2.dav.element.base import twisted_private_namespace
from twisted.web2.dav.util import joinURL
from twisted.web2.dav.noneprops import NonePropertyStore

Expand All @@ -51,7 +50,7 @@
from twistedcaldav.directory.calendaruserproxy import CalendarUserProxyPrincipalResource
from twistedcaldav.directory.directory import DirectoryService, DirectoryRecord
from twistedcaldav.directory.util import NotFilePath
from twistedcaldav.extensions import ReadOnlyResourceMixIn, DAVFile, DAVPrincipalResource, DirectoryPrincipalPropertySearchMixIn
from twistedcaldav.extensions import ReadOnlyResourceMixIn, DAVFile, DAVPrincipalResource
from twistedcaldav.resource import CalendarPrincipalCollectionResource, CalendarPrincipalResource
from twistedcaldav.directory.idirectory import IDirectoryService
from twistedcaldav.log import Logger
Expand Down

0 comments on commit 44746e8

Please sign in to comment.