Skip to content

Commit bab7a60

Browse files
committed
import fix
1 parent df594c7 commit bab7a60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33
import setuptools
4-
import .pkg_info as pkg_info
4+
5+
import NodeGraphQt.pkg_info as pkg_info
56

67
with open('README.md', 'r') as fh:
78
long_description = fh.read()

0 commit comments

Comments
 (0)