Advertisement
Guest User

Untitled

a guest
Jan 14th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. options = {}
  2. for option in config.cmd_opts.x:
  3. key, value = option.partition('=')[::2]
  4. options[key] = value
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement