Skip to content

Commit

Permalink
Corrects relative import for py27
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdottom committed Jun 27, 2018
1 parent fbd4c8b commit 577c1c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thanks/cli.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-

"""Console script for thanks."""
from __future__ import absolute_import

import logging

import click
Expand Down

0 comments on commit 577c1c4

Please sign in to comment.