Skip to content

Commit

Permalink
move mytools inside myci subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Nov 25, 2018
1 parent cd0d707 commit 82f8d2d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion check.py
Expand Up @@ -7,7 +7,7 @@
import os
import re
import shlex
from mytools import cwd, capture2
from myci.tools import cwd, capture2

git = 'git'

Expand Down
Empty file added myci/__init__.py
Empty file.
File renamed without changes.
2 changes: 1 addition & 1 deletion test_capture.py
@@ -1,6 +1,6 @@
import subprocess
import sys
from mytools import capture2
from myci.tools import capture2

def test_capture():
cmd = ['git', '--no-pager', 'show', '-s', "--format=%an", '1548a62d2db12b9b2afcd996aac015d3c373bae8']
Expand Down
2 changes: 1 addition & 1 deletion test_repos.py
@@ -1,4 +1,4 @@
from mytools import cwd, capture2
from myci.tools import cwd, capture2
import json
import os
import yaml
Expand Down

0 comments on commit 82f8d2d

Please sign in to comment.