Toggle navigation
Sign in
Playtenders
/
prozorro-robot_tests
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
029f4f389abe13787a56e4fdef1637a23323143a
Authored by
selurvedu
2015-12-03 20:09:05 +0000
1 parent
eb62d0a4
Reorder imports in runner.py
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
op_robot_tests/runner.py
op_robot_tests/runner.py
View file @
029f4f3
1
+
from
chromedriver
import
CHROMEDRV_PATH
1
2
from
robot
import
run_cli
2
3
import
os
3
4
import
sys
4
-
from
chromedriver
import
CHROMEDRV_PATH
5
5
6
6
sys
.
path
.
append
(
CHROMEDRV_PATH
)
7
7
...
...
Please
register
or
login
to post a comment