cwisbg

easyFind_v001

Jun 4th, 2012
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. import re
  2. sl = ls(typ = "camera", tr=1)
  3. find = raw_input()
  4. seLen = len(find)
  5. findItem = []
  6. for i in sl:
  7.     if i[-seLen:] == find:
  8.         select(i)
  9.         break
Advertisement
Add Comment
Please, Sign In to add comment