Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
robyoung committed May 18, 2014
1 parent 94c5ce7 commit 2e03a80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions features/steps/admin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from behave import *
from ..support.authentication import \
ensure_user_has_permissions, ensure_user_exists
from behave import given
import os
import shutil


@given(u'a file named "{filename}" with fixture "{fixturename}"')
Expand Down
2 changes: 0 additions & 2 deletions features/steps/splinter.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import json
import os
import shutil
import datetime
from hamcrest import *

Expand Down

0 comments on commit 2e03a80

Please sign in to comment.