Merge branch 'master' into ofop
[redakcja.git] / apps / compress / versioning / base.py
diff --git a/apps/compress/versioning/base.py b/apps/compress/versioning/base.py
deleted file mode 100644 (file)
index 0be9aca..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-class VersioningBase(object):
-
-    def get_version(self, source_files):
-        raise NotImplementedError
-
-    def needs_update(self, output_file, source_files, version):
-        raise NotImplementedError
-
-
-class VersioningError(Exception):
-    """
-    This exception is raised when version creation fails
-    """
-    pass