Changes between Version 2 and Version 3 of Ticket #3011, comment 85


Ignore:
Timestamp:
04/26/11 12:52:20 (13 years ago)
Author:
Thomas Schreiber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3011, comment 85

    v2 v3  
    1010
    1111{{{
    12     auth_user_module = __import__(auth_user_module_parts[0] + '.models', fromlist=['dummy'])
     12auth_user_module = __import__(auth_user_module_parts[0] + '.models', fromlist=['dummy'])
    1313}}}
    1414
Back to Top