Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Feb 23, 2013
1 parent 863cfb3 commit 509cd29
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 173 deletions.
10 changes: 5 additions & 5 deletions src/DateTime/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
"""DateTime interfaces
$Id$
"""
from zope.interface import Interface


class DateTimeError(Exception):
pass


class SyntaxError(DateTimeError):
pass


class DateError(DateTimeError):
pass


class TimeError(DateTimeError):
pass

class IDateTime(Interface):

class IDateTime(Interface):
# Conversion and comparison methods

#TODO determine whether this method really is part of the public API
Expand Down
Loading

0 comments on commit 509cd29

Please sign in to comment.