Remove old Python style

This commit is contained in:
Daniel Quinn 2018-04-22 16:28:03 +01:00
parent 7223ea3c3f
commit 4ed1fff518

View File

@ -319,7 +319,7 @@ class Log(models.Model):
models.Model.save(self, *args, **kwargs) models.Model.save(self, *args, **kwargs)
class FileInfo(object): class FileInfo:
# This epic regex *almost* worked for our needs, so I'm keeping it here for # This epic regex *almost* worked for our needs, so I'm keeping it here for
# posterity, in the hopes that we might find a way to make it work one day. # posterity, in the hopes that we might find a way to make it work one day.