From 712e434a5f71fc4afc52e399af917d137c49308b Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 19 Sep 2011 14:00:42 +0000 Subject: /release/scripts: Removed final points in UI strings and messages. --- release/scripts/modules/bpy/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/scripts/modules/bpy') diff --git a/release/scripts/modules/bpy/utils.py b/release/scripts/modules/bpy/utils.py index a6304378cc4..fdd22f403a4 100644 --- a/release/scripts/modules/bpy/utils.py +++ b/release/scripts/modules/bpy/utils.py @@ -63,7 +63,7 @@ def _test_import(module_name, loaded_modules): return None if "." in module_name: print("Ignoring '%s', can't import files containing " - "multiple periods." % module_name) + "multiple periods" % module_name) return None if use_time: @@ -159,7 +159,7 @@ def load_scripts(reload_scripts=False, refresh_scripts=False): traceback.print_exc() else: print("\nWarning! '%s' has no register function, " - "this is now a requirement for registerable scripts." % + "this is now a requirement for registerable scripts" % mod.__file__) def unregister_module_call(mod): -- cgit v1.2.3