Skip to content
Snippets Groups Projects
Verified Commit d56f9fd2 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

code: Rename from swh.loader.vcs to swh.loader

parent 247bd60b
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
File moved
......@@ -10,7 +10,7 @@ import unittest
from nose.tools import istest
from swh.loader.vcs import converters
from swh.loader import converters
from swh.model import git
......
......@@ -7,9 +7,9 @@ import unittest
from nose.tools import istest
from swh.loader.vcs.queue import QueuePerNbElements
from swh.loader.vcs.queue import QueuePerNbUniqueElements
from swh.loader.vcs.queue import QueuePerSizeAndNbUniqueElements
from swh.loader.queue import QueuePerNbElements
from swh.loader.queue import QueuePerNbUniqueElements
from swh.loader.queue import QueuePerSizeAndNbUniqueElements
class TestQueuePerNbElements(unittest.TestCase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment