~ubuntu-branches/ubuntu/quantal/griffith/quantal

« back to all changes in this revision

Viewing changes to lib/plugins/movie/PluginMovieFilmDb.py

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2011-12-18 21:15:25 UTC
  • mfrom: (1.1.17) (3.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20111218211525-endbgt82m3jh9gde
Tags: 0.13-1
* New upstream release
* VCS-* fields removed (berlios will be shutdown)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: UTF-8 -*-
2
2
 
3
 
__revision__ = '$Id: PluginMovieFilmDb.py 1351 2009-12-28 21:18:49Z mikej06 $'
 
3
__revision__ = '$Id: PluginMovieFilmDb.py 1577 2011-08-30 21:13:26Z mikej06 $'
4
4
 
5
5
# Copyright (c) 2007-2009 Michael Jahn
6
6
#
182
182
    test_configuration = {
183
183
        'Rocky Balboa' : [  1,  1 ],
184
184
        'Arahan'       : [  1,  1 ],
185
 
        'Märchen'      : [ 23, 23 ]
 
185
        'Märchen'      : [ 24, 24 ]
186
186
    }
187
187
 
188
188
class PluginTest: