diff options
| author | tom christie tom@tomchristie.com | 2011-01-30 11:00:20 +0000 |
|---|---|---|
| committer | tom christie tom@tomchristie.com | 2011-01-30 11:00:20 +0000 |
| commit | 250ab0f609f32cd3e004e1f2711f9c2e4fd9b57c (patch) | |
| tree | 915eeda0528dab3159958500c117e9285bc56ef3 /flywheel/utils.py | |
| parent | 40f47a9fb31aebd965dce03ae57c036d5360d124 (diff) | |
| download | django-rest-framework-250ab0f609f32cd3e004e1f2711f9c2e4fd9b57c.tar.bz2 | |
Lots of docs, trying to tidy up examples...
Diffstat (limited to 'flywheel/utils.py')
| -rw-r--r-- | flywheel/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/flywheel/utils.py b/flywheel/utils.py index c0386871..f9bbc0fe 100644 --- a/flywheel/utils.py +++ b/flywheel/utils.py @@ -125,7 +125,6 @@ class XML2Dict(object): """ result = re.compile("\{(.*)\}(.*)").search(tag) if result: - print tag value.namespace, tag = result.groups() return (tag, value) |
