better imports
This commit is contained in:
2
daun.py
2
daun.py
@@ -1,5 +1,7 @@
|
|||||||
# --- Before ///
|
# --- Before ///
|
||||||
import argparse
|
import argparse
|
||||||
|
import sys
|
||||||
|
sys.path.append('modules')
|
||||||
|
|
||||||
parser = argparse.ArgumentParser(prog='daun',
|
parser = argparse.ArgumentParser(prog='daun',
|
||||||
description='Dumb Additional Util Nativeier - if you see this but didn\'t download '
|
description='Dumb Additional Util Nativeier - if you see this but didn\'t download '
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
from modules.wallpaper import set_wallpaper
|
|
||||||
from modules.screenshot import save_screenshot
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
# Module to enable and disable wallpaper engine
|
# Module to enable and disable wallpaper engine
|
||||||
from modules.process import get_location
|
from process import get_location
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user