fixed server_tools.server_tools

This commit is contained in:
Rushabh Mehta
2011-07-18 13:41:35 +05:30
parent d673db89e4
commit deb8eb99ed
2 changed files with 5 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ def update_account_details():
webnotes.conn.set_global('days_to_expiry', webnotes.form_dict.get('days_to_expiry'))
if webnotes.form_dict.get('first_name'):
from server_tools.server_tools.gateway_utils import update_user_details
from server_tools.gateway_utils import update_user_details
update_user_details()
#