X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/bbc3c64053f2e93c49f133bf8fc1243e470ef5e8..9c90640199aa690235670f01d842e11386ded0ac:/apps/compress/versioning/base.py?ds=inline diff --git a/apps/compress/versioning/base.py b/apps/compress/versioning/base.py deleted file mode 100644 index 0be9acab..00000000 --- a/apps/compress/versioning/base.py +++ /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