Skip to content

Commit

Permalink
multi line import
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 committed Jul 5, 2018
1 parent 2da0deb commit d63c340
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/testbuild.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#!/usr/bin/env python

import sys, os, time, inspect, traceback, argparse, json, uuid
import sys
import os
import time
import inspect
import traceback
import argparse
import json
import uuid

from pprint import pprint
from subprocess import Popen, PIPE
from sys import argv, stdout, stderr
Expand Down

0 comments on commit d63c340

Please sign in to comment.