Skip to content

Special For Python3 #3

@snowdream

Description

@snowdream
  1. prepare_data.py
    "from urlparse import urlparse" should be replaced by
    "from urllib.parse import urlparse"
  2. "python -m SimpleHTTPServer" should be replaced by
    "python -m http.server"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions