diff options
Diffstat (limited to 'nikola/plugins/command/orphans.py')
| -rw-r--r-- | nikola/plugins/command/orphans.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nikola/plugins/command/orphans.py b/nikola/plugins/command/orphans.py index 5e2574d..0cf2e63 100644 --- a/nikola/plugins/command/orphans.py +++ b/nikola/plugins/command/orphans.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2016 Roberto Alsina, Chris Warrick and others. +# Copyright © 2012-2020 Roberto Alsina, Chris Warrick and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated @@ -26,7 +26,6 @@ """List all orphans.""" -from __future__ import print_function import os from nikola.plugin_categories import Command |
