Skip to content

Commit

Permalink
Updated migrator
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Jun 12, 2016
1 parent ce3938d commit f9948b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Trakttv.bundle/Contents/Code/fs_migrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,15 @@ class Clean(Migration):
'core/configuration.py',
'core/environment.py',
'core/eventing.py',
'core/localization.py',
'core/logging_handler.py',
'core/logging_reporter.py',
'core/method_manager.py',
'core/migrator.py',
'core/model.py',
'core/network.py',
'core/numeric.py',
'core/plugin.py',
'core/task.py',
'core/trakt.py',
'core/trakt_objects.py',
Expand Down Expand Up @@ -145,6 +147,7 @@ class Clean(Migration):
(
'delete_file', [
# plugin
'Shared/plugin/api/account.py',
'Shared/plugin/core/event.py',
'Shared/plugin/core/io.py',
'Shared/plugin/core/jsonw.py',
Expand Down

0 comments on commit f9948b2

Please sign in to comment.