~bryce/gtg/notebook

« back to all changes in this revision

Viewing changes to GTG/taskbrowser/preferences.py

  • Committer: Luca Invernizzi
  • Date: 2010-02-17 19:41:24 UTC
  • mfrom: (634.2.2 prefs-translations)
  • Revision ID: invernizzi.l@gmail.com-20100217194124-k43a0jnj5j0srlld
Removing unnecessary class from preferences.py (from Paul)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
import gtk
20
20
import pango
21
21
 
22
 
import GTG.core.plugins
 
22
from GTG.core.plugins import GnomeConfig
23
23
 
24
24
 
25
25
__all__ = [
27
27
  ]
28
28
 
29
29
 
30
 
class GnomeConfig(GTG.taskbrowser.GnomeConfig, GTG.core.plugins.GnomeConfig):
31
 
    """Unify two sets of translations."""
32
 
    pass
33
 
 
34
 
 
35
30
# columns in PreferencesDialog.plugin_store
36
31
PLUGINS_COL_ID = 0
37
32
PLUGINS_COL_ENABLED = 1