hush some pyflakes warnings

This commit is contained in:
Brian Warner 2007-09-15 15:07:21 -07:00
parent 1f035a8f1f
commit 1545190b69
4 changed files with 2 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# N.B.: this expects to run from the top of the source tree
import os, sys
import sys
from ez_setup import use_setuptools
if 'cygwin' in sys.platform.lower():
min_version='0.6c6'

View File

@ -1,7 +1,5 @@
#! /usr/bin/env python
import os, sys
"""
Create _version.py, based upon the latest darcs release tag.

View File

@ -1,6 +1,6 @@
#! /usr/bin/env python
import random, math, os, re
import random, math, re
from twisted.python import usage
class Args(usage.Options):

View File

@ -1,7 +1,6 @@
#! /usr/bin/python
import sys, math
from cStringIO import StringIO
from allmydata import upload, uri, encode, storage
from allmydata.util import mathutil