Commit b66bac99 authored by Ivan Tyagov's avatar Ivan Tyagov

Since ERP5's 4773fac27bb33f1beec4ed44e5ba05df009a2654 BigFile component is no...

Since ERP5's 4773fac27bb33f1beec4ed44e5ba05df009a2654 BigFile component is no longer on file-system thus adjust imports accordingly (and add its bt5).
parent 0ddb8c75
......@@ -28,7 +28,7 @@
##############################################################################
from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet
from Products.ERP5.Document.BigFile import BigFile
from erp5.component.document.BigFile import BigFile
from wendelin.bigarray.array_zodb import ZBigArray
from Products.ERP5.Document.File import _MARKER
from ZPublisher import HTTPRangeSupport
......
......@@ -28,7 +28,7 @@
##############################################################################
from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet
from Products.ERP5.Document.BigFile import BigFile
from erp5.component.document.BigFile import BigFile
class DataStream(BigFile):
"""
......@@ -90,4 +90,4 @@ class DataStream(BigFile):
predecessor_list.append(predecessor)
predecessor = predecessor.getPredecessorValue()
return predecessor_list
\ No newline at end of file
......@@ -4,4 +4,5 @@ erp5_knowledge_pad
erp5_trade
erp5_simulation
erp5_dms
erp5_development_wizard
\ No newline at end of file
erp5_development_wizard
erp5_big_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