fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
save timeout
[redakcja.git]
/
apps
/
compress
/
versioning
/
base.py
diff --git
a/apps/compress/versioning/base.py
b/apps/compress/versioning/base.py
index
8b81519
..
0be9aca
100644
(file)
--- a/
apps/compress/versioning/base.py
+++ b/
apps/compress/versioning/base.py
@@
-2,12
+2,13
@@
class VersioningBase(object):
def get_version(self, source_files):
raise NotImplementedError
def get_version(self, source_files):
raise NotImplementedError
-
+
def needs_update(self, output_file, source_files, version):
raise NotImplementedError
def needs_update(self, output_file, source_files, version):
raise NotImplementedError
-
+
+
class VersioningError(Exception):
"""
This exception is raised when version creation fails
"""
class VersioningError(Exception):
"""
This exception is raised when version creation fails
"""
- pass
\ No newline at end of file
+ pass