|
|
@@ -5,7 +5,6 @@ Contains classes to combine files into one |
|
|
|
|
|
|
|
from fnmatch import fnmatch |
|
|
|
|
|
|
|
from hyde.model import Expando |
|
|
|
from hyde.plugin import Plugin |
|
|
|
import operator |
|
|
|
|
|
|
@@ -131,4 +130,4 @@ class CombinePlugin(Plugin): |
|
|
|
if where == "top": |
|
|
|
return "".join([r.source.read_all() for r in resources] + [text]) |
|
|
|
else: |
|
|
|
return "".join([text] + [r.source.read_all() for r in resources]) |
|
|
|
return "".join([text] + [r.source.read_all() for r in resources]) |