summaryrefslogtreecommitdiff
path: root/attoconf/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'attoconf/help.py')
-rw-r--r--attoconf/help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/attoconf/help.py b/attoconf/help.py
index 0fbc0a3..777becb 100644
--- a/attoconf/help.py
+++ b/attoconf/help.py
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with attoconf. If not, see <http://www.gnu.org/licenses/>.
-from __future__ import print_function, division, absolute_import
+
def put_line_in_width(file, line, width, indent):
''' Print a line with wrapping.