author | Quentin Headen <qheaden@phaseshiftsoftware.com> |
Thu, 08 Aug 2013 14:55:17 -0400 | |
changeset 17201 | d2bb806f7e34f52f8acdccc884f3d05c606494e2 |
parent 12286 | 84ac3c71109811da751f0ef2d72108075938f094 |
permissions | -rw-r--r-- |
#!/usr/bin/env python # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # The real details are in manifestparser.py; this is just a front-end import sys from manifestparser import SetupCLI SetupCLI(None)(None, sys.argv[1:])