Comment 0 for bug 1735162

Revision history for this message
Andrea Azzarone (azzar1) wrote : Cannot import basetest in python3

To reproduce in Xenial:

$ python3 -c "from google.apputils import basetest"

It will fail showing something like that:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/google/apputils/basetest.py", line 37, in <module>
    import urlparse
ImportError: No module named 'urlparse'