Skip to content

Commit

Permalink
Updated migrator
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Dec 23, 2016
1 parent 75549f8 commit 4703326
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Trakttv.bundle/Contents/Code/fs_migrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ class Clean(Migration):
# plugin
'Shared/plugin/api/account.py',
'Shared/plugin/core/event.py',
'Shared/plugin/core/helpers/database.py',
'Shared/plugin/core/io.py',
'Shared/plugin/core/jsonw.py',
'Shared/plugin/core/libraries/main.py',
Expand Down Expand Up @@ -278,6 +279,11 @@ class Clean(Migration):
# plex.metadata.py
'Shared/plex_metadata/core/cache.py',

# raven
'Shared/raven/transport/aiohttp.py',
'Shared/raven/transport/udp.py',
'Shared/raven/utils/six.py',

# requests
'Shared/requests/packages/urllib3/util.py',
'Shared/requests/packages/README.rst',
Expand Down Expand Up @@ -338,6 +344,7 @@ class Clean(Migration):
(
'delete_directory', [
'tests/core/mock',
'tests/scrobbler/engine_tests.py',
], os.path.isdir
)
]
Expand Down

0 comments on commit 4703326

Please sign in to comment.