Merge pull request #130 from nijil/master

Setup Issue Fixed
diff --git a/erpnext/setup/doctype/setup_control/setup_control.py b/erpnext/setup/doctype/setup_control/setup_control.py
index 428c434..55b967e 100644
--- a/erpnext/setup/doctype/setup_control/setup_control.py
+++ b/erpnext/setup/doctype/setup_control/setup_control.py
@@ -84,7 +84,7 @@
 		# Set Registration Complete
 		set_default('registration_complete','1')
 
-		webnotes.msgprint("Great! Your company has now been created")
+		msgprint("Great! Your company has now been created")
 		
 		import webnotes.utils
 		return webnotes.utils.get_defaults()
@@ -204,4 +204,4 @@
 		if (cp_defaults==args['account_name']) and user_profile and \
 		   (total_users==cint(args['total_users'])):
 		   return 'True'
-		
\ No newline at end of file
+