summaryrefslogtreecommitdiffstats
path: root/imagekit/management/commands/ikflush.py
diff options
context:
space:
mode:
Diffstat (limited to 'imagekit/management/commands/ikflush.py')
-rw-r--r--imagekit/management/commands/ikflush.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/imagekit/management/commands/ikflush.py b/imagekit/management/commands/ikflush.py
index c03440f..0af60c4 100644
--- a/imagekit/management/commands/ikflush.py
+++ b/imagekit/management/commands/ikflush.py
@@ -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)