BR()*5
This commit is contained in:
2
VERSION
2
VERSION
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-07-24 22:06:05) dev
|
||||
Version 2.00.0 (2012-07-25 16:21:28) dev
|
||||
|
||||
@@ -472,7 +472,8 @@ class XmlComponent(object):
|
||||
|
||||
def xml(self):
|
||||
raise NotImplementedError
|
||||
|
||||
def __mul__(self,n):
|
||||
return CAT(*[self for i in range(n)])
|
||||
|
||||
class XML(XmlComponent):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user