Move kame in a class, so that multiple instances are possible.

Bug #911571 reported by pharno
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Anonplus
Invalid
Wishlist
Unassigned

Bug Description

preferably like so.

instance1 = kame.kame()

@instance1.route("/")
def home(server):
    pass

instance2 = kame.kame()

@instance2.route("/")
def homeAltServer(server):
    pass

Revision history for this message
aj00200 (aj00200) wrote :

This was solved a long time ago when we removed kame from the project.

Changed in anonplus:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.