Error when renaming plugins.py in plugin.py, in texnote the import name was not changed.

This commit is contained in:
Jonathan Grizou 2013-06-28 00:29:55 +02:00
parent 014234b159
commit 9134ac62da

View File

@ -5,7 +5,7 @@ import subprocess
from ... import repo from ... import repo
from ... import configs from ... import configs
from ... import files from ... import files
from ...plugins import PapersPlugin from ...plugin import PapersPlugin
from ...commands.helpers import add_references_argument, parse_reference from ...commands.helpers import add_references_argument, parse_reference
from ...events import RemoveEvent from ...events import RemoveEvent