Skip to content

Commit 365e6f3

Browse files
committed
requiring absolute imports to make sure we wont clash with six
1 parent 16b7842 commit 365e6f3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

progressbar/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# -*- mode: python; coding: utf-8 -*-
2+
from __future__ import absolute_import
23
import six
34

45

progressbar/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import absolute_import
12
import io
23
import os
34
import sys

0 commit comments

Comments
 (0)