Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/epubview/epubview.py
diff options
context:
space:
mode:
Diffstat (limited to 'epubview/epubview.py')
-rw-r--r--epubview/epubview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/epubview/epubview.py b/epubview/epubview.py
index 83c866e..a626fe1 100644
--- a/epubview/epubview.py
+++ b/epubview/epubview.py
@@ -583,7 +583,7 @@ class _View(gtk.HBox):
if filename.endswith('xml'):
dest = filename.replace('xml', 'xhtml')
- shutil.copy(filename, dest)
+ os.symlink(filename, dest)
self._view.open('file://' + dest)
else:
self._view.open('file://' + filename)