Skip to content

Commit b911787

Browse files
author
roman_yakovenko
committed
remove relative imports
1 parent 62ec763 commit b911787

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pygccxml/binary_parsers/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import sys
33
import comtypes
4-
from .. import utils
4+
from pygccxml import utils
55
import comtypes.client
66
import _winreg as win_registry
77
from distutils import msvccompiler

pygccxml/binary_parsers/parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import warnings
2020
import exceptions
2121
import subprocess
22-
from .. import declarations
22+
from pygccxml import declarations
2323

2424
class LicenseWarning( exceptions.UserWarning ):
2525
def __init__( self, *args, **keywd ):

0 commit comments

Comments
 (0)