fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Introduce src dir.
[librarian.git]
/
librarian
/
__init__.py
diff --git
a/librarian/__init__.py
b/librarian/__init__.py
deleted file mode 100644
(file)
index
9132f5c
..0000000
--- a/
librarian/__init__.py
+++ /dev/null
@@
-1,11
+0,0 @@
-# -*- coding: utf-8 -*-
-# exception classes
-
-class ParseError(Exception):
- pass
-
-class ValidationError(Exception):
- pass
-
-class NoDublinCore(ValidationError):
- pass