X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/61c3753c6e0c567ccbb11115c787da22218ab5f6..43116c58e5c56f94ef358a5a17fb13a252e02531:/apps/compress/versioning/base.py?ds=sidebyside diff --git a/apps/compress/versioning/base.py b/apps/compress/versioning/base.py deleted file mode 100644 index 8b815196..00000000 --- a/apps/compress/versioning/base.py +++ /dev/null @@ -1,13 +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 \ No newline at end of file