Force cleanup during transitional period

This commit is contained in:
Lizband 2018-12-25 11:28:13 -05:00
commit 273f455602
2 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,10 @@
#!/usr/bin/env python2
# coding=utf-8
import cleanup
cleanup.clean('core', 'libs')
import datetime
import os
import sys

View file

@ -623,6 +623,9 @@
from __future__ import print_function
import cleanup
cleanup.clean('core', 'libs')
import os
import sys
import datetime