]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
- module should be run with go() function
authorMichal Moskal <michal@moskal.me>
Sun, 8 Jun 2003 23:58:35 +0000 (23:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PLD_Builder/request_handler.py -> 1.2

PLD_Builder/request_handler.py

index 49ec1b04005ab1566c2db8d20d4a04526e1f90a2..899a1f024578a1da7d806d89ac1e502254807c60 100644 (file)
@@ -3,6 +3,7 @@ import string
 import time
 import os
 import StringIO
+import sys
 
 import gpg
 import request
@@ -77,3 +78,7 @@ def handle_request(f):
                 % (user.get_login(), r.kind)
     log.alert(msg)
     user.notify_about_failure(msg)
+
+def go():
+  handle_request(sys.stdin)
+  sys.exit(0)
This page took 0.162507 seconds and 4 git commands to generate.