Skip to content

Commit

Permalink
the future is now
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Apr 13, 2012
1 parent 7feefe4 commit 0dc1242
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions master/buildbot/scripts/create_master.py
Expand Up @@ -13,6 +13,8 @@
#
# Copyright Buildbot Team Members

from __future__ import with_statement

import os
import jinja2
from twisted.python import util
Expand Down
2 changes: 2 additions & 0 deletions master/buildbot/scripts/restart.py
Expand Up @@ -13,6 +13,8 @@
#
# Copyright Buildbot Team Members

from __future__ import with_statement

from buildbot.scripts import base, stop, start

def restart(config):
Expand Down
2 changes: 2 additions & 0 deletions master/buildbot/scripts/stop.py
Expand Up @@ -13,6 +13,8 @@
#
# Copyright Buildbot Team Members

from __future__ import with_statement

import time
import os
import errno
Expand Down
2 changes: 2 additions & 0 deletions master/buildbot/scripts/tryserver.py
Expand Up @@ -13,6 +13,8 @@
#
# Copyright Buildbot Team Members

from __future__ import with_statement

import os
import sys
import time
Expand Down
2 changes: 2 additions & 0 deletions master/buildbot/scripts/upgrade_master.py
Expand Up @@ -13,6 +13,8 @@
#
# Copyright Buildbot Team Members

from __future__ import with_statement

import os
import sys
import traceback
Expand Down
2 changes: 2 additions & 0 deletions master/buildbot/test/unit/test_scripts_base.py
Expand Up @@ -13,6 +13,8 @@
#
# Copyright Buildbot Team Members

from __future__ import with_statement

import os
import string
import cStringIO
Expand Down

0 comments on commit 0dc1242

Please sign in to comment.