Skip to content

Commit

Permalink
Moved all terminal stuff into terminal folder
Browse files Browse the repository at this point in the history
  • Loading branch information
elnardu committed Sep 2, 2018
1 parent 0c44a6c commit 5596b4e
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nx/utils/terminal.py → nx/utils/terminal/__init__.py
Expand Up @@ -9,11 +9,11 @@
import contextlib
import logging

from nx.utils.terminal_src.screen import Screen
from nx.utils.terminal_src.keyboard import Keyboard
from nx.utils.terminal_src.python import Python
from nx.utils.terminal_src.menu import Settings
from nx.utils.terminal_src.utils import Utils
from .screen import Screen
from .keyboard import Keyboard
from .python import Python
from .menu import Settings
from .utils import Utils

@contextlib.contextmanager
def stdoutIO(stdout=None):
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file removed nx/utils/terminal_src/__init__.py
Empty file.

0 comments on commit 5596b4e

Please sign in to comment.