mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
fix imported
This commit is contained in:
parent
23ff1b298a
commit
f40e5e1758
3 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ Slackware packages.It's a quick and easy way
|
|||
to manage your packages in slackware to a command.
|
||||
'''
|
||||
|
||||
from slpkg import main
|
||||
from slpkg.main import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
|
@ -1 +1 @@
|
|||
from main import *
|
||||
# [ slpkg ] directory
|
||||
|
|
|
@ -1 +1 @@
|
|||
# [ others ] directory
|
||||
# [ binarys ] directory
|
||||
|
|
Loading…
Reference in a new issue