~mpontillo/maas/subnet-dns-override-maas-dns-for-default-gw--bug-1576116

« back to all changes in this revision

Viewing changes to bootstrap-buildout.py

  • Committer: Blake Rouse
  • Date: 2015-11-30 19:12:12 UTC
  • mto: (4489.9.13 python3)
  • mto: This revision was merged to the branch mainline in revision 4533.
  • Revision ID: blake.rouse@canonical.com-20151130191212-nxj2j3gx3lxntkkx
Fix review.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
use the -c option to specify an alternate configuration file.
19
19
"""
20
20
 
 
21
from optparse import OptionParser
21
22
import os
22
23
import shutil
23
24
import sys
24
25
import tempfile
25
26
 
26
 
from optparse import OptionParser
27
27
 
28
28
__version__ = '2015-07-01'
29
29
# See zc.buildout's changelog if this version is up to date.