Changeset 282 for pyyaml/trunk/lib/yaml/__init__.py
- Timestamp:
- 09/30/08 09:44:04 (5 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/lib/yaml/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/lib/yaml/__init__.py
r275 r282 9 9 from dumper import * 10 10 11 __version__ = '3.06' 12 11 13 try: 12 14 from cyaml import * 13 with_libyaml= True15 __libyaml__ = True 14 16 except ImportError: 15 with_libyaml= False17 __libyaml__ = False 16 18 17 19 def scan(stream, Loader=Loader):
Note: See TracChangeset
for help on using the changeset viewer.
