1
0
Fork 0

fixed imports

This commit is contained in:
Christian Kühnel 2019-11-18 12:17:06 +01:00
parent 1be0187f5e
commit cbf1bee7da

View file

@ -13,10 +13,12 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import argparse import argparse
import json
import os import os
import subprocess import subprocess
import sys
from phabricator import Phabricator from phabricator import Phabricator
import json
def main(): def main():
diff_id = os.environ['DIFF_ID'] diff_id = os.environ['DIFF_ID']