Skip to content

Commit

Permalink
types, not type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Lim committed Mar 24, 2012
1 parent 3f8bb1f commit 9c33f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3cmd
Expand Up @@ -23,6 +23,7 @@ import locale
import subprocess
import htmlentitydefs
import socket
import types

import Queue
import threading
Expand Down Expand Up @@ -1175,7 +1176,6 @@ def cmd_sync_local2remote(args):
output("Check progress with: s3cmd cfinvalinfo cf://%s/%s" % (result['dist_id'], result['request_id']))

def finalize_objects_in_place():
import type
while True:
try:
item = q.get_nowait()
Expand Down

0 comments on commit 9c33f2f

Please sign in to comment.