Skip to content

Instantly share code, notes, and snippets.

@timsutton
timsutton / suppress_adobe_cc_signin.py
Last active February 7, 2017 23:02
Update all installed Adobe product install metadata to suppress the "Sign into Adobe CC" dialog box. This will likely make its way into https://github.com/timsutton/make-adobe-cc-license-pkg/
#!/usr/bin/python
# pylint: disable=locally-disabled, line-too-long
from __future__ import print_function
import os
import re
import sys
from glob import glob