Skip to content

Commit

Permalink
move file to folder
Browse files Browse the repository at this point in the history
  • Loading branch information
roticagas committed Jan 4, 2019
1 parent 789d986 commit 5ddbb27
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions PubSubRunner/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name = "PubSubRunner"
__all__ = ['cloud_util', 'logging_task', 'runner_application', 'runner_config']
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions runner_application.py → PubSubRunner/runner_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import socketserver
from json import JSONDecodeError

from cloud_util import CloudUtil
from runner_config import RunnerConfig
from PubSubRunner.cloud_util import CloudUtil
from PubSubRunner.runner_config import RunnerConfig


class RunnerApplication:
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions test_runner.py → PubSubRunner/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import unittest
from json import JSONDecodeError

from runner_application import RunnerApplication
from runner_config import RunnerConfig
from PubSubRunner.runner_application import RunnerApplication
from PubSubRunner.runner_config import RunnerConfig


class TestRunnerApplication(unittest.TestCase):
Expand Down

0 comments on commit 5ddbb27

Please sign in to comment.