##// END OF EJS Templates
strutil: use absolute_import...
Gregory Szorc -
r25979:b723f05e default
parent child Browse files
Show More
@@ -5,6 +5,8 b''
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
7
7
8 from __future__ import absolute_import
9
8 def findall(haystack, needle, start=0, end=None):
10 def findall(haystack, needle, start=0, end=None):
9 if end is None:
11 if end is None:
10 end = len(haystack)
12 end = len(haystack)
General Comments 0
You need to be logged in to leave comments. Login now