cubicweb/misc/scripts/migration_helper.py
changeset 11767 432f87a63057
parent 11185 40e74d6d7e99
child 12567 26744ad37953
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    19 """Helper functions for migrations that aren't reliable enough or too dangerous
    19 """Helper functions for migrations that aren't reliable enough or too dangerous
    20 to be available in the standard migration environment
    20 to be available in the standard migration environment
    21 """
    21 """
    22 from __future__ import print_function
    22 from __future__ import print_function
    23 
    23 
    24 __docformat__ = "restructuredtext en"
    24 
    25 
    25 
    26 def drop_entity_types_fast(*etypes, **kwargs):
    26 def drop_entity_types_fast(*etypes, **kwargs):
    27     """drop an entity type bypassing all hooks
    27     """drop an entity type bypassing all hooks
    28 
    28 
    29     here be dragons.
    29     here be dragons.