Renaming "properties_object_constraint.py" to "properties_constraint.py"

The code in this file is NOT restricted to use in object context only. Renaming
it makes it easier to find this file (taking in account name truncations).
This commit is contained in:
Joshua Leung 2013-03-11 01:59:48 +00:00
parent 1428f0ebdb
commit 81aa46efaa
2 changed files with 1 additions and 1 deletions

@ -26,6 +26,7 @@ if "bpy" in locals():
_reload(val) _reload(val)
_modules = ( _modules = (
"properties_animviz", "properties_animviz",
"properties_constraint",
"properties_data_armature", "properties_data_armature",
"properties_data_bone", "properties_data_bone",
"properties_data_camera", "properties_data_camera",
@ -40,7 +41,6 @@ _modules = (
"properties_game", "properties_game",
"properties_mask_common", "properties_mask_common",
"properties_material", "properties_material",
"properties_object_constraint",
"properties_object", "properties_object",
"properties_particle", "properties_particle",
"properties_physics_cloth", "properties_physics_cloth",