mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
PR: 210511 Changes: https://github.com/twisted/nevow/blob/master/NEWS.txt Submitted by: Yuri Victorovich <yuri@rawbw.com> Approved by: nivit (maintainer timeout)
16 lines
406 B
Python
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
|
|
|