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

main
Jonathan Grizou 12 years ago
parent 014234b159
commit 9134ac62da

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

Loading…
Cancel
Save