Browse Source

merge with upstream

Guénaël Muller 5 years ago
parent
commit
c9b45e8136
1 changed files with 0 additions and 1 deletions
  1. 0 1
      setup.py

+ 0 - 1
setup.py View File

4
 from setuptools import find_packages
4
 from setuptools import find_packages
5
 from os import path
5
 from os import path
6
 import sys
6
 import sys
7
-import hapic
8
 
7
 
9
 here = path.abspath(path.dirname(__file__))
8
 here = path.abspath(path.dirname(__file__))
10
 
9