mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-20 04:44:12 -04:00
organize imports, tweak command line args
This commit is contained in:
parent
d4693b2aba
commit
6c69b68771
2 changed files with 6 additions and 9 deletions
|
@ -1,12 +1,9 @@
|
|||
#!/usr/bin/env python
|
||||
# vim: set sw=4 et:
|
||||
from json import dumps, loads
|
||||
import os,sys,argparse, urllib.request, urllib.error, urllib.parse
|
||||
import websocket
|
||||
import time
|
||||
import uuid
|
||||
import os
|
||||
import sys
|
||||
import argparse
|
||||
import logging
|
||||
import threading
|
||||
from kombu import Connection, Exchange, Queue
|
||||
|
||||
arg_parser = argparse.ArgumentParser(prog=os.path.basename(sys.argv[0]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue