Small syntax error in the interface file.

pull/6/head
Lennart Regebro 2005-04-19 10:58:57 +00:00
rodzic 73a89cf0b3
commit d3d48c3a51
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2,7 +2,7 @@ try:
from zope.interface import Interface, Attribute
except ImportError:
class Interface:
"""A dummy interface base class"
"""A dummy interface base class"""
class Attribute:
"""A dummy attribute implementation"""