Twisted: update to 11.0.0.

This commit is contained in:
Juan RP
2011-06-21 00:36:00 +02:00
parent d116cae894
commit d2bfce9e9b
3 changed files with 15 additions and 3 deletions

5
srcpkgs/Twisted/INSTALL Normal file
View File

@@ -0,0 +1,5 @@
case ${ACTION} in
post)
python -c 'from twisted.plugin import IPlugin, getPlugins; list(getPlugins(IPlugin))' >/dev/null 2>&1
;;
esac