Adding Mitogen plugin and strategy.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# coding=utf-8
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
# £
|
||||
|
||||
class EvilObject(object):
|
||||
"""
|
||||
Wild cackles! I have come to confuse perplex your importer with rainbows!
|
||||
"""
|
||||
|
||||
sys.modules[__name__] = EvilObject()
|
||||
|
||||
Reference in New Issue
Block a user