diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-01-31 20:32:46 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-01-31 23:46:47 +0100 |
commit | 74b6d8b70debfee90a788d03eef5e6e66792bd1d (patch) | |
tree | ba0a8ebbf243a1701c8bf61435c69c11161f6c39 /python/tidy.py | |
parent | 46b3eb653579a40632f91497a3d48f1d7fbd40cc (diff) | |
download | servo-74b6d8b70debfee90a788d03eef5e6e66792bd1d.tar.gz servo-74b6d8b70debfee90a788d03eef5e6e66792bd1d.zip |
Bump clipboard to remove libc 0.1.z dependency
Diffstat (limited to 'python/tidy.py')
-rw-r--r-- | python/tidy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tidy.py b/python/tidy.py index eada4fb51dd..c474c601954 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -168,7 +168,7 @@ def check_lock(file_name, contents): raise StopIteration # package names to be neglected (as named by cargo) - exceptions = ["libc", "cocoa"] + exceptions = ["cocoa"] import toml content = toml.loads(contents) |