freebsd-ports/multimedia/freevo/files/patch-src-www-htdocs-guide.rpy
Pav Lucistnik 9330dffc5a Port was broken following recent python updates.
- remove dependency on python 2.5 version
- add additional patches needed due to python Twisted library updates
- fix rc.d script

PR:		ports/152965
Submitted by:	J.R. Oldroyd <fbsd@opal.com> (maintainer)
Feature safe:	yes
2011-01-20 13:58:54 +00:00

11 lines
286 B
Text

--- src/www/htdocs/guide.rpy.orig 2009-02-19 12:59:44.000000000 -0500
+++ src/www/htdocs/guide.rpy 2010-12-07 02:56:47.000000000 -0500
@@ -32,8 +32,6 @@
import sys, string
import time
-from twisted.web.woven import page
-
import config
import util.tv_util as tv_util
import util