Funktionierender Prototyp des Serious Games zur Vermittlung von Wissen zu Software-Engineering-Arbeitsmodellen.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 year ago
123456789101112131415
  1. # -*- test-case-name: twisted.python.test.test_url -*-
  2. # Copyright (c) Twisted Matrix Laboratories.
  3. # See LICENSE for details.
  4. """
  5. URL parsing, construction and rendering.
  6. @see: L{URL}
  7. """
  8. from hyperlink import URL
  9. __all__ = [
  10. "URL",
  11. ]