tests/app/soc/views/simple.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Tue, 04 Nov 2008 20:06:36 +0000
changeset 442 92c17629af0e
parent 419 e9280ea935e4
permissions -rw-r--r--
Fix wrong redirect when changing partial path or link name. Remove an unnecessary assignment in logic/models/base.py that would generate an error when an entity did not exist. Patch by: Lennard de Rijk Review by: Pawel Solyga

#!/usr/bin/env python



if __name__ == '__main__':
  print 'This is not a standalone script. Please run it using tests/run.py.'