Development of an internal social media platform with personalised dashboards for students
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.

func_w0406.py 214B

12345678910
  1. """test module importing itself"""
  2. # pylint: disable=no-absolute-import,using-constant-test
  3. from __future__ import print_function
  4. from . import func_w0406
  5. __revision__ = 0
  6. if __revision__:
  7. print(func_w0406)