]> git-server-git.apps.pok.os.sepia.ceph.com Git - remoto.git/commit
tests: use absolute import for fake_module
authorKen Dreyer <kdreyer@redhat.com>
Mon, 3 Jul 2017 21:37:00 +0000 (15:37 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Mon, 3 Jul 2017 21:47:34 +0000 (15:47 -0600)
commitcde09dc5a4e26ec915598d6c85c4e331e7a9d14e
tree60650394db69e79d083d2e627513b7ec7af45f90
parent1e4fbd0f1af5e68ef0d824dd8b93139c3b86aa05
tests: use absolute import for fake_module

Prior to this change, Python 3 raised an ImportError on the relative
import here. Switch to an absolute import to resolve this.
remoto/tests/test_connection.py