Skip to content

Commit

Permalink
Bug 599748 - Remove custom |def check_call()|, now that Python 2.4 is…
Browse files Browse the repository at this point in the history
… unsupported; (Av1) Remove 'util.py'.

r=ted.mielczarek.
  • Loading branch information
Serge Gautherie committed Apr 14, 2011
1 parent 330bb49 commit 3e41160
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 53 deletions.
3 changes: 1 addition & 2 deletions build/upload.py
Expand Up @@ -57,8 +57,7 @@

import sys, os
from optparse import OptionParser
from subprocess import Popen, PIPE
from util import check_call
from subprocess import PIPE, Popen, check_call

def RequireEnvironmentVariable(v):
"""Return the value of the environment variable named v, or print
Expand Down
50 changes: 0 additions & 50 deletions build/util.py

This file was deleted.

2 changes: 1 addition & 1 deletion client.py
Expand Up @@ -15,7 +15,7 @@
import datetime
import shutil
from optparse import OptionParser
from build.util import check_call
from subprocess import check_call

topsrcdir = os.path.dirname(__file__)
if topsrcdir == '':
Expand Down

0 comments on commit 3e41160

Please sign in to comment.