We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ec763 commit b911787Copy full SHA for b911787
pygccxml/binary_parsers/config.py
@@ -1,7 +1,7 @@
1
import os
2
import sys
3
import comtypes
4
-from .. import utils
+from pygccxml import utils
5
import comtypes.client
6
import _winreg as win_registry
7
from distutils import msvccompiler
pygccxml/binary_parsers/parsers.py
@@ -19,7 +19,7 @@
19
import warnings
20
import exceptions
21
import subprocess
22
-from .. import declarations
+from pygccxml import declarations
23
24
class LicenseWarning( exceptions.UserWarning ):
25
def __init__( self, *args, **keywd ):
0 commit comments