mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Move Windows libs to libs/windows
This commit is contained in:
parent
3975aaceb2
commit
3a692c94a5
684 changed files with 4 additions and 1 deletions
13
libs/win/jaraco/windows/__init__.py
Normal file
13
libs/win/jaraco/windows/__init__.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# $Id$
|
||||
|
||||
"""
|
||||
jaraco.windows
|
||||
|
||||
A lightweight wrapper to provide a pythonic API to the Windows Platform.
|
||||
|
||||
This package attempts to provide interfaces similar or compatible
|
||||
with Mark Hammond's pywin32 library, but avoids the use of extension
|
||||
modules by utilizing ctypes.
|
||||
"""
|
Loading…
Add table
Add a link
Reference in a new issue