From 9ad7a3fc99ecd77e215a9422fd05ed5da6a3f841 Mon Sep 17 00:00:00 2001
From: Sean Brant
Date: Sun, 10 Mar 2013 19:58:54 -0500
Subject: removes unneeded call
---
pykss/parser.py | 1 -
setup.py | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/pykss/parser.py b/pykss/parser.py
index b306b62..fe18c9f 100644
--- a/pykss/parser.py
+++ b/pykss/parser.py
@@ -21,7 +21,6 @@ class Parser(object):
parser = CommentParser(filename)
for block in parser.blocks:
section = Section(block, os.path.basename(filename))
- section.parse()
if section.section:
sections[section.section] = section
diff --git a/setup.py b/setup.py
index ea067b0..e5a195a 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name='pykss',
- version='0.2',
+ version='0.2.1',
description='Python implementation of KSS',
long_description=open('README.rst').read(),
author='Sean Brant',
--
cgit v1.2.3
character'>nganimate-docs-at-symbol-HTML-entity-to-character
| |
blob: 666a081127a8e728ed46537325f3b039ed6c5e31 (
plain)