Skip to content

Commit f7c5080

Browse files
tox fixes
1 parent 80a965d commit f7c5080

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

SoftLayer/transports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import json
1010
import logging
1111
import re
12+
from string import Template
1213
import time
1314
import xmlrpc.client
1415

@@ -256,7 +257,6 @@ def print_reproduceable(self, request):
256257
257258
:param request request: Request object
258259
"""
259-
from string import Template
260260
output = Template('''============= testing.py =============
261261
import requests
262262
from requests.auth import HTTPBasicAuth

tests/CLI/modules/autoscale_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
Tests for the autoscale cli command
99
"""
1010
import mock
11+
import sys
1112

1213
from SoftLayer import fixtures
1314
from SoftLayer import testing

0 commit comments

Comments
 (0)