mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 09:42:15 +03:00
Update util.py
change path
This commit is contained in:
parent
79a62d6ff6
commit
cfcc9213e6
1 changed files with 2 additions and 2 deletions
|
@ -333,7 +333,7 @@ class Util:
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def show_message(message, title=""):
|
def show_message(message, title=""):
|
||||||
ask_path = '/usr/share/ahenk/src/base/agreement/confirm.py'
|
ask_path = '/usr/share/ahenk/base/agreement/confirm.py'
|
||||||
display= ":0"
|
display= ":0"
|
||||||
username= os.getlogin()
|
username= os.getlogin()
|
||||||
try:
|
try:
|
||||||
|
@ -360,7 +360,7 @@ class Util:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def show_registration_message(login_user_name,message,title,host=None):
|
def show_registration_message(login_user_name,message,title,host=None):
|
||||||
|
|
||||||
ask_path = '/usr/share/ahenk/src/base/agreement/ahenkmessage.py'
|
ask_path = '/usr/share/ahenk/base/agreement/ahenkmessage.py'
|
||||||
|
|
||||||
display_number = ":0"
|
display_number = ":0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue