Skip to content

Commit

Permalink
Use relative import to allow vendoring
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Jul 3, 2014
1 parent 8a8eaf0 commit 9b6f703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
from __future__ import absolute_import, division, print_function

from packaging.__about__ import (
from .__about__ import (
__author__, __copyright__, __email__, __license__, __summary__, __title__,
__uri__, __version__
)
Expand Down

0 comments on commit 9b6f703

Please sign in to comment.