Skip to content

Commit

Permalink
Satisfy shippable builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Smith committed Mar 17, 2015
1 parent 1c6c400 commit f92cc71
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/acitoolkit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@
import unittest
import string
import random
from credentials import *
try:
from credentials import *
except:
URL = ''
LOGIN = ''
PASSWORD = ''
import sys
import time
import json
Expand Down

0 comments on commit f92cc71

Please sign in to comment.