Commit 9f6e6edd authored by Romain Courteaud's avatar Romain Courteaud

Drop dead code

parent 3ee251f3
......@@ -25,7 +25,6 @@
#
##############################################################################
import subprocess
import facebook
from Products.ERP5Type.Cache import DEFAULT_CACHE_SCOPE
import httplib
......@@ -39,11 +38,6 @@ import socket
from Products.ERP5Security.ERP5UserManager import getUserByLogin
from Products.ERP5Type.UnrestrictedMethod import UnrestrictedMethod
def formatXml(self, xml):
"""Simple way to have nicely formatted XML"""
popen = subprocess.Popen(['xmllint', '--format', '--recover', '-'], stdin=subprocess.PIPE, stdout=subprocess.PIPE)
return popen.communicate(xml)[0]
# common methods
def _getCacheFactory(self, cache_factory_name):
portal = self.getPortalObject()
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ExternalMethod" module="Products.ExternalMethod.ExternalMethod"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_function</string> </key>
<value> <string>formatXml</string> </value>
</item>
<item>
<key> <string>_module</string> </key>
<value> <string>ViFiBWeb</string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>ERP5Site_formatXmlWithLint</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
487
\ No newline at end of file
488
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment