Skip to content

Commit 7c759ef

Browse files
authored
Merge pull request #73 from jaraco/copilot/separate-encutils-from-cssutils
Separate encutils into standalone dependency
2 parents 304f1c0 + c8bfe39 commit 7c759ef

63 files changed

Lines changed: 4 additions & 1155 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cssutils/script.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
import urllib.parse
1313
import urllib.request
1414

15-
import cssutils
1615
import encutils
1716

17+
import cssutils
18+
1819
# types of sheets in HTML
1920
LINK = (
2021
0 # <link rel="stylesheet" type="text/css" href="..." [@title="..." @media="..."]/>

0 commit comments

Comments
 (0)