Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. if bb.utils.contains("DISTRO_FEATURES", "webkit",
  2. True, False, d) and bb.utils.contains("DISTRO_FEATURES", "cef",
  3. True, False, d) :
  4. pass
  5. else if bb.utils.contains("DISTRO_FEATURES", "webkit", True, False, d):
  6. image_name += "_W"
  7. else if bb.utils.contains("DISTRO_FEATURES", "cef", True, False, d):
  8. image_name += "_C"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement