nullstyle (owner)

Revisions

gist: 84511 Download_button fork
public
Public Clone URL: git://gist.github.com/84511.git
fastpass.py
1
2
3
4
5
6
7
class FastPass:
  @staticmethod
  def url(key, secret, email, name, uid, isSecure=False, **privateFields):
    pass
  @staticmethod
  def script(key, secret, email, name, uid, isSecure=False, **privateFields):
    pass