Ticket #233: 233-test.diff
| File 233-test.diff, 462 bytes (added by thijs, 2 years ago) |
|---|
-
smp.tac
14 14 15 15 import os 16 16 17 from pyamf.remoting.gateway.twisted import TwistedGateway 18 17 19 from twisted.application import service, internet 18 20 from twisted.web import static, server, resource 19 21 20 22 import rtmpy.server 21 23 from rtmpy import rtmp 22 24 23 from pyamf.remoting.gateway.twisted import TwistedGateway24 25 25 26 import config 26 27
