Skip to content

Commit ecb5cd6

Browse files
committed
Merged in branch/iola/shimfree@6856. This pretty much completes the shim removal. Next step is upgrading Django to 1.6, and then doing some final polishing.
- Legacy-Id: 6966
2 parents a3761a0 + e3253b4 commit ecb5cd6

509 files changed

Lines changed: 15677 additions & 33828 deletions

File tree

Some content is hidden

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

bin/mkdiagram

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ trap 'echo "$program($LINENO): Command failed with error code $? ($0 $*)"; exit
99
if [ "$*" ]; then apps="$@"; graph="${1%.*}"; else apps=$(ls */models.py | sed 's!/models.py!!'); graph="models"; fi
1010

1111
newapps="doc group meeting message person name"
12-
legacyapps="announcements idindex idrfc idtracker iesg ietfauth ietfworkflows ipr liaisons mailinglists proceedings redirects submit wgchairs wgcharter wginfo"
12+
legacyapps="announcements idindex idrfc idtracker iesg ietfauth ipr liaisons mailinglists proceedings redirects submit wgcharter wginfo"
1313

1414
proxy="$(grep ^class */proxy.py | tr '()' ' ' | awk '{printf $2 ","}')"
1515
names="$(grep ^class name/models.py | tr '()' ' ' | awk '{printf $2 ","}')"

debug.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
except ImportError:
2525
debug = True
2626

27-
from decorator import decorator
28-
2927
# A debug decorator, written by Paul Butler, taken from
3028
# http://paulbutler.org/archives/python-debugging-with-decorators/
3129
# Additional functions and decorator functionality added by
@@ -78,6 +76,7 @@ def wrap(fn, *params,**kwargs):
7876
return ret
7977
wrap.callcount = 0
8078
if debug:
79+
from decorator import decorator
8180
return decorator(wrap, fn)
8281
else:
8382
return fn
@@ -109,6 +108,7 @@ def wrap(fn, *params,**kwargs):
109108
return ret
110109
wrap.callcount = 0
111110
if debug:
111+
from decorator import decorator
112112
return decorator(wrap, fn)
113113
else:
114114
return fn
@@ -169,6 +169,7 @@ def wrapper(*args, **kwargs):
169169
prof.dump_stats(datafn)
170170
return retval
171171
if debug:
172+
from decorator import decorator
172173
return decorator(wrapper, fn)
173174
else:
174175
return fn

ietf/announcements/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

ietf/announcements/__init__.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

ietf/announcements/models.py

Lines changed: 0 additions & 88 deletions
This file was deleted.

ietf/announcements/send_scheduled.py

Lines changed: 0 additions & 68 deletions
This file was deleted.

ietf/announcements/sitemaps.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

ietf/announcements/tests.py

Lines changed: 0 additions & 133 deletions
This file was deleted.

ietf/announcements/testurl.list

Lines changed: 0 additions & 5 deletions
This file was deleted.

ietf/announcements/urls.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)