Skip to content

Commit

Permalink
Recommented test module...-_-
Browse files Browse the repository at this point in the history
  • Loading branch information
supernothing@spareclockcycles.org committed Sep 29, 2011
1 parent 070412a commit 8a91bb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/test.py
@@ -1,5 +1,6 @@
from plugins.plugin import Plugin
#Uncomment to use
'''
class Test(Plugin):
name = "Test"
optname = "test"
Expand All @@ -12,3 +13,4 @@ def initialize(self,options):
self.worked = options.test
def handleResponse(self,request,data):
print "http://" + request.client.getRequestHostname() + request.uri
'''

0 comments on commit 8a91bb4

Please sign in to comment.