]> git.ipfire.org Git - people/jschlag/pbs.git/blob - manager/uploads.py
Drop dependency on textile
[people/jschlag/pbs.git] / manager / uploads.py
1 #!/usr/bin/python
2
3 import base
4
5 class UploadsCleanupEvent(base.Event):
6 interval = 3600
7
8 # Rather unimportant when this runs.
9 priority = 10
10
11 def run(self):
12 self.pakfire.uploads.cleanup()