Moved Person class from dcparser.person to dcparser.converters and removed module...
[wolnelektury.git] / lib / dcparser / __init__.py
index 793f527..6912580 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
 
 from dcparser import parse, ParseError
-from person import Person
+from converters import Person