Skip to content

Commit f0a906e

Browse files
committed
Add missing urllib dependency.
1 parent e036db2 commit f0a906e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ox3apiclient.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env python
22

33
import oauth2 as oauth
4+
import urllib
45
import urllib2
56

67
REQUEST_TOKEN_URL = 'https://sso.openx.com/api/index/initiate'

0 commit comments

Comments
 (0)