missing libraries imported

This commit is contained in:
Serghei Mihai 2014-04-27 18:42:58 +02:00
parent d5812e26af
commit 243db290e3
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
from distutils.command.sdist import sdist
from setuptools import setup
import os
import glob
import re
class eo_sdist(sdist):