Child: [d27f7b] (diff)

Download this file

wiki2markdown_talk.py    12 lines (8 with data), 252 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
from forgewiki.command.wiki2markdown import BaseImportUnit
class TalkImportUnit(BaseImportUnit):
def __init__(self, options):
self.options = options
def extract(self):
print "extract"
def load(self):
print "load"