diff options
Diffstat (limited to 'nikola/plugins/command/status.py')
| -rw-r--r-- | nikola/plugins/command/status.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nikola/plugins/command/status.py b/nikola/plugins/command/status.py index b3ffbb4..c96d13f 100644 --- a/nikola/plugins/command/status.py +++ b/nikola/plugins/command/status.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2016 Roberto Alsina and others. +# Copyright © 2012-2020 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated @@ -26,7 +26,6 @@ """Display site status.""" -from __future__ import print_function import os from datetime import datetime from dateutil.tz import gettz, tzlocal |
