Fix compiled binaries launch
This commit is contained in:
parent
d4092b46df
commit
85f1c3776f
8 changed files with 22 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from . import application
|
||||
from unrenapk import application
|
||||
|
||||
if __name__ == '__main__':
|
||||
application.launch()
|
||||
|
|
|
@ -3,7 +3,7 @@ from PIL import Image
|
|||
import shutil
|
||||
import os
|
||||
|
||||
from .printer import Printer
|
||||
from unrenapk.printer import Printer
|
||||
|
||||
|
||||
class Extract:
|
||||
|
|
|
@ -4,8 +4,8 @@ import argparse
|
|||
import sys
|
||||
import os
|
||||
|
||||
from .printer import Printer
|
||||
from .actions import Actions
|
||||
from unrenapk.printer import Printer
|
||||
from unrenapk.actions import Actions
|
||||
|
||||
|
||||
def args_init():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue