mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
11 lines
133 B
Python
11 lines
133 B
Python
from __future__ import with_statement
|
|
|
|
import datetime
|
|
import sys
|
|
|
|
import foo
|
|
from bar import *
|
|
|
|
sys.path
|
|
datetime.datetime
|
|
foo.bar() |