Skip to content

Commit

Permalink
image.py: fix old-style(?) relative import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tkluck authored and henryiii committed Dec 23, 2017
1 parent 1650815 commit 0ab3435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plumbum/cli/image.py
Expand Up @@ -2,7 +2,7 @@

from plumbum import colors
from .termsize import get_terminal_size
import . as cli
from .. import cli
import sys

class Image(object):
Expand Down

0 comments on commit 0ab3435

Please sign in to comment.