File: __init__.py

package info (click to toggle)
prawcore 1.5.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,992 kB
  • sloc: python: 1,606; sh: 49; makefile: 9
file content (5 lines) | stat: -rw-r--r-- 63 bytes parent folder | download | duplicates (2)
1
2
3
4
5
"""Test prawcore."""
import time


time.sleep = lambda x: None