Commit 71c1f515 authored by Jim Fulton's avatar Jim Fulton

Moved func_code from DT_Util to DT_String.

parent 9f4807cd
......@@ -408,3 +408,9 @@ class File(FileMixin, String):
template is used the first time.
"""
def manage_edit(self,data): raise TypeError, 'cannot edit files'
class func_code:
def __init__(self,varnames=('self','REQUEST')):
self.co_varnames=varnames
self.co_argcount=len(varnames)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment