mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Fix import module
This commit is contained in:
parent
830e795a67
commit
1826a6f7c3
1 changed files with 3 additions and 3 deletions
|
@ -24,9 +24,9 @@
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from utils import Utils
|
from slpkg.utils import Utils
|
||||||
from url_read import URL
|
from slpkg.url_read import URL
|
||||||
from __metadata__ import MetaData as _meta_
|
from slpkg.__metadata__ import MetaData as _meta_
|
||||||
|
|
||||||
|
|
||||||
class BuildNumber(object):
|
class BuildNumber(object):
|
||||||
|
|
Loading…
Add table
Reference in a new issue