r47153 - include haproxy in dist3

glyph-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Tue, 5 Apr 2016 14:59:11 -0600 (MDT)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: glyph
Date: Tue Apr  5 14:59:04 2016
New Revision: 47153

Modified:
   branches/haproxy-endpoint-8203-2/twisted/python/dist3.py

Log:
include haproxy in dist3

Modified: branches/haproxy-endpoint-8203-2/twisted/python/dist3.py
==============================================================================
--- branches/haproxy-endpoint-8203-2/twisted/python/dist3.py	(original)
+++ branches/haproxy-endpoint-8203-2/twisted/python/dist3.py	Tue Apr  5 14:59:04 2016
@@ -159,6 +159,17 @@
     "twisted.protocols.policies",
     "twisted.protocols.telnet",
     "twisted.protocols.test.__init__",
+    "twisted.protocols.haproxy.__init__",
+    "twisted.protocols.haproxy._exc",
+    "twisted.protocols.haproxy._info",
+    "twisted.protocols.haproxy._interfaces",
+    "twisted.protocols.haproxy._v1parser",
+    "twisted.protocols.haproxy._v2parser",
+    "twisted.protocols.haproxy._wrapper",
+    "twisted.protocols.haproxy.test.__init__",
+    "twisted.protocols.haproxy.test.test_v1parser",
+    "twisted.protocols.haproxy.test.test_v2parser",
+    "twisted.protocols.haproxy.test.test_wrapper",
     "twisted.protocols.tls",
     "twisted.python.__init__",
     "twisted.python._appdirs",