work in progress: loops site synchronization: process import
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3736 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
0d33353472
commit
8494854a9b
1 changed files with 5 additions and 1 deletions
|
@ -173,7 +173,11 @@ class ChangesSync(ChangesSave):
|
|||
self.state, self.transcript.getvalue())
|
||||
|
||||
|
||||
class SyncImport(BaseView):
|
||||
class SyncImport(object):
|
||||
|
||||
def __init__(self, context, request):
|
||||
self.context = context
|
||||
self.request = request
|
||||
|
||||
def importData(self):
|
||||
print '***', self.request.get('path', '???')
|
||||
|
|
Loading…
Add table
Reference in a new issue