forked from expo/troggle
Convert codebase for python3 usage
This commit is contained in:
@@ -20,9 +20,9 @@ def flush_cache(apps, options):
|
||||
"""
|
||||
apps = [a.strip(',') for a in apps]
|
||||
if apps:
|
||||
print 'Flushing cache for %s...' % ', '.join(apps)
|
||||
print('Flushing cache for %s...' % ', '.join(apps))
|
||||
else:
|
||||
print 'Flushing caches...'
|
||||
print('Flushing caches...')
|
||||
|
||||
for app_label in apps:
|
||||
app = cache.get_app(app_label)
|
||||
|
||||
Reference in New Issue
Block a user