Skip to content

Commit

Permalink
Fix forgotten import in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mikix committed Aug 31, 2012
1 parent 95c2463 commit d06f017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-

import os
import sys

from os.path import dirname, join
from setuptools import setup, find_packages, Command
Expand Down

0 comments on commit d06f017

Please sign in to comment.