File: notfound.py

package info (click to toggle)
snakefood 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 4,568 kB
  • ctags: 334
  • sloc: python: 2,212; makefile: 200; sh: 4
file content (11 lines) | stat: -rwxr-xr-x 246 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python

# Module that cannot be found.
import alien_module_yeah

# Package that cannot be found.
import alien_package.alien_module

# From variants.
from alien_module_yeah import alien_symbol
from alien_package import alien_module