This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding=utf-8 | |
# Copyright 2015 Foursquare Labs Inc. All Rights Reserved. | |
from __future__ import absolute_import, division, print_function, unicode_literals | |
from collections import namedtuple | |
import os | |
import shutil | |
import subprocess |