[Zope] Strange line in User.py

Nicola Larosa n.larosa@mclink.it
Fri, 24 Mar 2000 16:45:04 +0100 (CET)


In lib/python/AccessControl/User.py I find the following lines:

368>    _remote_user_mode=_remote_user_mode
369>    _super=super
370>    _nobody=nobody

The line n.368 looks suspiciously different from the others, it seems kind of not doing anything. :^)

Is this problematic, or just forgotten around?