ports/www/py-nevow/files/patch-examples_examples.tac
Kurt Jaeger 39ff10364f www/py-nevow: 0.10.0 -> 0.14.0
PR:		210511
Changes:	https://github.com/twisted/nevow/blob/master/NEWS.txt
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Approved by:	nivit (maintainer timeout)
2016-08-02 21:24:37 +00:00

16 lines
406 B
Python

--- examples/examples.tac.orig 2015-08-11 22:04:11 UTC
+++ examples/examples.tac
@@ -7,13 +7,6 @@ to run Nevow """
import sys
sys.exit(1)
-
-from twisted.python import components
-import warnings
-warnings.filterwarnings(
- 'ignore',
- category=components.ComponentsDeprecationWarning)
-
from twisted.application import service, strports
from twisted.python import util