~ddormer/renamer/1125067-add-prepare-method

« back to all changes in this revision

Viewing changes to renamer/test/test_plugin.py

  • Committer: Jonathan Jacobs
  • Date: 2010-10-24 17:41:36 UTC
  • mfrom: (83.2.23 undo-command)
  • Revision ID: korpse@slipgate.za.net-20101024174136-geqsnh247drgj5hu
Merge lp:~renamer-developers/renamer/undo-command.

Implement persistent history of Renamer actions and undoing them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        L{renamer.plugin.RenamerSubCommandMixin.decodeCommandLine} turns a byte
16
16
        string from the command line into a unicode string.
17
17
        """
18
 
        decodeCommandLine = plugin.RenamerSubCommandMixin().decodeCommandLine
 
18
        decodeCommandLine = plugin._CommandMixin().decodeCommandLine
19
19
 
20
20
        class MockFile(object):
21
21
            pass