use MB for Megabytes, instead of french Mo stable
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 15 Apr 2010 14:27:43 +0200
branchstable
changeset 5279 42a37a50f2ff
parent 5278 f912e40324c4
child 5280 7e13bb484a19
use MB for Megabytes, instead of french Mo
etwist/server.py
--- a/etwist/server.py	Thu Apr 15 14:07:47 2010 +0200
+++ b/etwist/server.py	Thu Apr 15 14:27:43 2010 +0200
@@ -283,7 +283,7 @@
 from twisted.internet import defer
 from twisted.web2 import fileupload
 
-# XXX set max file size to 200Mo: put max upload size in the configuration
+# XXX set max file size to 200MB: put max upload size in the configuration
 # line below for twisted >= 8.0, default param value for earlier version
 resource.PostableResource.maxSize = 200*1024*1024
 def parsePOSTData(request, maxMem=100*1024, maxFields=1024,