Page MenuHomeSolus

D1824.diff
No OneTemporary

D1824.diff

diff --git a/component.xml b/component.xml
deleted file mode 100644
--- a/component.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<PISI>
- <Name>programming.python</Name>
-</PISI>
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,27 +1,24 @@
name : python-cssutils
-version : 1
-release : 2
+version : 1.0.2
+release : 3
source :
- - https://pypi.python.org/packages/source/c/cssutils/cssutils-1.0.zip : 4504762f5d8800b98fa713749c00acfef8419826568f9363c490e45146a891af
-license : GPL-3.0
+ - https://pypi.python.org/packages/5c/0b/c5f29d29c037e97043770b5e7c740b6252993e4b57f029b3cd03c78ddfec/cssutils-1.0.2.tar.gz : a2fcf06467553038e98fea9cfe36af2bf14063eb147a70958cfcaa8f5786acaf
+license : LGPL-3.0
+component : programming.python
summary : A CSS Cascading Style Sheets library for Python
-extract : no
description: |
A Python package to parse and build CSS Cascading Style Sheets. DOM only, not any rendering facilities!
builddeps :
- - pkgconfig(python-2.7)
- pkgconfig(python-3.5)
- python-setuptools
- - python3-setuptools
-setup : |
- unzip $sources/cssutils-1.0.zip
build : |
- cd cssutils-1.0
- python setup.py build
- python3 setup.py build
+ %python3_setup
+ %python_setup
install : |
- cd cssutils-1.0
- python setup.py install --root=%installroot% --no-compile -O0
- python3 setup.py install --root=%installroot% --no-compile -O0
+ %python3_install
+ for _f in $installdir/usr/bin/*; do
+ mv -v $_f ${_f}3
+ done
+ %python_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,10 +2,11 @@
<Source>
<Name>python-cssutils</Name>
<Packager>
- <Name>Justin Zobel</Name>
- <Email>justin@solus-project.com</Email>
+ <Name>Ewan Paterson</Name>
+ <Email>ewan.paterson@hotmail.co.uk</Email>
</Packager>
- <License>GPL-3.0</License>
+ <License>LGPL-3.0</License>
+ <PartOf>programming.python</PartOf>
<Summary xml:lang="en">A CSS Cascading Style Sheets library for Python</Summary>
<Description xml:lang="en">A Python package to parse and build CSS Cascading Style Sheets. DOM only, not any rendering facilities!
</Description>
@@ -19,17 +20,529 @@
<PartOf>programming.python</PartOf>
<Files>
<Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/python3.5</Path>
- <Path fileType="library">/usr/lib/python2.7</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils-1.0.2-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils-1.0.2-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils-1.0.2-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils-1.0.2-py2.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils-1.0.2-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/_codec2.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/_codec2.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/_codec3.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/_codec3.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/_fetch.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/_fetch.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/_fetchgae.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/_fetchgae.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/codec.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/codec.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/colors.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/colors.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/csscharsetrule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/csscharsetrule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/csscomment.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/csscomment.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssfontfacerule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssfontfacerule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssimportrule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssimportrule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssmediarule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssmediarule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssnamespacerule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssnamespacerule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/csspagerule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/csspagerule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssproperties.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssproperties.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssrule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssrule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssrulelist.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssrulelist.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssstyledeclaration.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssstyledeclaration.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssstylerule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssstylerule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssstylesheet.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssstylesheet.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssunknownrule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssunknownrule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssvalue.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssvalue.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssvariablesdeclaration.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssvariablesdeclaration.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssvariablesrule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/cssvariablesrule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/marginrule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/marginrule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/property.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/property.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/selector.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/selector.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/selectorlist.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/selectorlist.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/value.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css/value.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css2productions.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/css2productions.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/cssproductions.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/cssproductions.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/errorhandler.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/errorhandler.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/helper.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/helper.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/parse.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/parse.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/prodparser.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/prodparser.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/profiles.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/profiles.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/sac.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/sac.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/script.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/script.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/scripts/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/scripts/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/scripts/csscapture.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/scripts/csscapture.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/scripts/csscombine.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/scripts/csscombine.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/scripts/cssparse.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/scripts/cssparse.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/serialize.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/serialize.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/settings.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/settings.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/stylesheets/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/stylesheets/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/stylesheets/medialist.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/stylesheets/medialist.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/stylesheets/mediaquery.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/stylesheets/mediaquery.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/stylesheets/stylesheet.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/stylesheets/stylesheet.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/stylesheets/stylesheetlist.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/stylesheets/stylesheetlist.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/basetest.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/basetest.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/096.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/097.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/1.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/1ascii.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/1import.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/1inherit-ascii.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/1inherit-iso.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/1inherit-utf8.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/1utf.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/2inherit-iso.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/2resolve.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/acid2.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/all.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/atrule.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/bad.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/basic.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/bundle.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/cases.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/csscombine-1.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/csscombine-2.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/csscombine-proxy.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/cthedot_default.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/default_html4.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/hacks.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/html.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/html20.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/html40.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/images/example.gif</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/import.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/import/images2/example2.gif</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/import/import-impossible.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/import/import2.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/import3.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/ll.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/ll2.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/multiple-values.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/page_test.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/sample_5.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/sample_7.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/simple.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/single-color.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/slashcode.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/t-HACKS.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/test-unicode.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/test.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/tigris.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/tigris2.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/u_simple.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/v_simple.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/var/start.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/var/use.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/var/vars.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/var/vars2.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/vars.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/varsimport.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/xhtml2.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/xhtml22.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/sheets/yuck.css</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_codec.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_codec.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_csscharsetrule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_csscharsetrule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_csscomment.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_csscomment.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssfontfacerule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssfontfacerule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssimportrule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssimportrule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssmediarule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssmediarule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssnamespacerule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssnamespacerule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_csspagerule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_csspagerule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssproperties.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssproperties.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssrule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssrule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssrulelist.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssrulelist.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssstyledeclaration.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssstyledeclaration.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssstylerule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssstylerule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssstylesheet.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssstylesheet.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssunknownrule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssunknownrule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssutils.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssutils.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssutilsimport.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssutilsimport.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssvalue.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssvalue.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssvariablesdeclaration.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssvariablesdeclaration.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssvariablesrule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_cssvariablesrule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_domimplementation.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_domimplementation.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_encutils/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_encutils/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_errorhandler.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_errorhandler.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_helper.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_helper.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_marginrule.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_marginrule.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_medialist.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_medialist.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_mediaquery.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_mediaquery.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_parse.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_parse.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_prodparser.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_prodparser.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_profiles.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_profiles.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_properties.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_properties.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_property.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_property.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_scripts_csscombine.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_scripts_csscombine.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_selector.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_selector.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_selectorlist.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_selectorlist.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_serialize.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_serialize.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_settings.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_settings.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_stylesheet.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_stylesheet.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_tokenize2.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_tokenize2.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_util.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_util.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_value.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_value.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_x.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tests/test_x.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tokenize2.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/tokenize2.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/util.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/cssutils/util.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/encutils/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/encutils/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils-1.0.2-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils-1.0.2-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils-1.0.2-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils-1.0.2-py3.5.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils-1.0.2-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/__pycache__/_codec2.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/__pycache__/_codec3.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/__pycache__/_fetch.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/__pycache__/_fetchgae.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/__pycache__/codec.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/__pycache__/css2productions.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/__pycache__/cssproductions.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/__pycache__/errorhandler.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/__pycache__/helper.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/__pycache__/parse.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/__pycache__/prodparser.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/__pycache__/profiles.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/__pycache__/sac.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/__pycache__/script.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/__pycache__/serialize.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/__pycache__/settings.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/__pycache__/tokenize2.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/__pycache__/util.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/_codec2.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/_codec3.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/_fetch.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/_fetchgae.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/codec.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/colors.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/csscharsetrule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/csscomment.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/cssfontfacerule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/cssimportrule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/cssmediarule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/cssnamespacerule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/csspagerule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/cssproperties.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/cssrule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/cssrulelist.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/cssstyledeclaration.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/cssstylerule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/cssstylesheet.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/cssunknownrule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/cssvalue.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/cssvariablesdeclaration.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/cssvariablesrule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/marginrule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/property.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/selector.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/selectorlist.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/__pycache__/value.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/colors.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/csscharsetrule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/csscomment.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/cssfontfacerule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/cssimportrule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/cssmediarule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/cssnamespacerule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/csspagerule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/cssproperties.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/cssrule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/cssrulelist.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/cssstyledeclaration.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/cssstylerule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/cssstylesheet.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/cssunknownrule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/cssvalue.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/cssvariablesdeclaration.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/cssvariablesrule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/marginrule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/property.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/selector.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/selectorlist.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css/value.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/css2productions.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/cssproductions.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/errorhandler.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/helper.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/parse.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/prodparser.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/profiles.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/sac.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/script.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/scripts/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/scripts/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/scripts/__pycache__/csscapture.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/scripts/__pycache__/csscombine.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/scripts/__pycache__/cssparse.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/scripts/csscapture.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/scripts/csscombine.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/scripts/cssparse.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/serialize.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/settings.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/stylesheets/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/stylesheets/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/stylesheets/__pycache__/medialist.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/stylesheets/__pycache__/mediaquery.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/stylesheets/__pycache__/stylesheet.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/stylesheets/__pycache__/stylesheetlist.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/stylesheets/medialist.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/stylesheets/mediaquery.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/stylesheets/stylesheet.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/stylesheets/stylesheetlist.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/basetest.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_codec.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_csscharsetrule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_csscomment.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_cssfontfacerule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_cssimportrule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_cssmediarule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_cssnamespacerule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_csspagerule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_cssproperties.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_cssrule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_cssrulelist.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_cssstyledeclaration.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_cssstylerule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_cssstylesheet.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_cssunknownrule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_cssutils.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_cssutilsimport.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_cssvalue.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_cssvariablesdeclaration.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_cssvariablesrule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_domimplementation.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_errorhandler.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_helper.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_marginrule.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_medialist.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_mediaquery.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_parse.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_prodparser.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_profiles.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_properties.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_property.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_scripts_csscombine.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_selector.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_selectorlist.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_serialize.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_settings.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_stylesheet.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_tokenize2.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_util.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_value.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/__pycache__/test_x.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/basetest.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/096.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/097.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/1.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/1ascii.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/1import.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/1inherit-ascii.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/1inherit-iso.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/1inherit-utf8.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/1utf.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/2inherit-iso.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/2resolve.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/acid2.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/all.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/atrule.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/bad.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/basic.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/bundle.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/cases.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/csscombine-1.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/csscombine-2.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/csscombine-proxy.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/cthedot_default.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/default_html4.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/hacks.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/html.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/html20.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/html40.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/images/example.gif</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/import.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/import/images2/example2.gif</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/import/import-impossible.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/import/import2.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/import3.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/ll.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/ll2.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/multiple-values.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/page_test.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/sample_5.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/sample_7.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/simple.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/single-color.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/slashcode.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/t-HACKS.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/test-unicode.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/test.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/tigris.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/tigris2.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/u_simple.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/v_simple.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/var/start.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/var/use.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/var/vars.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/var/vars2.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/vars.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/varsimport.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/xhtml2.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/xhtml22.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/sheets/yuck.css</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_codec.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_csscharsetrule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_csscomment.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_cssfontfacerule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_cssimportrule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_cssmediarule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_cssnamespacerule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_csspagerule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_cssproperties.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_cssrule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_cssrulelist.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_cssstyledeclaration.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_cssstylerule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_cssstylesheet.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_cssunknownrule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_cssutils.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_cssutilsimport.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_cssvalue.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_cssvariablesdeclaration.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_cssvariablesrule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_domimplementation.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_encutils/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_encutils/__pycache__/__init__.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_errorhandler.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_helper.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_marginrule.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_medialist.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_mediaquery.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_parse.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_prodparser.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_profiles.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_properties.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_property.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_scripts_csscombine.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_selector.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_selectorlist.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_serialize.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_settings.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_stylesheet.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_tokenize2.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_util.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_value.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tests/test_x.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/tokenize2.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/cssutils/util.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/encutils/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/encutils/__pycache__/__init__.cpython-35.pyc</Path>
</Files>
</Package>
<History>
- <Update release="2">
- <Date>2016-02-02</Date>
- <Version>1</Version>
+ <Update release="3">
+ <Date>2017-12-30</Date>
+ <Version>1.0.2</Version>
<Comment>Packaging update</Comment>
- <Name>Justin Zobel</Name>
- <Email>justin@solus-project.com</Email>
+ <Name>Ewan Paterson</Name>
+ <Email>ewan.paterson@hotmail.co.uk</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 3:41 PM (3 h, 7 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5866908
Default Alt Text
D1824.diff (60 KB)

Event Timeline