~ubuntu-branches/debian/experimental/nuitka/experimental

« back to all changes in this revision

Viewing changes to tests/standalone/Win32ComUsing.py

  • Committer: Package Import Robot
  • Author(s): Kay Hayen
  • Date: 2014-10-05 19:28:20 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20141005192820-s06oca9rty517iy8
Tags: 0.5.5+ds-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#     Copyright 2014, Kay Hayen, mailto:kay.hayen@gmail.com
 
2
#
 
3
#     Python test originally created or extracted from other peoples work. The
 
4
#     parts from me are licensed as below. It is at least Free Softwar where
 
5
#     it's copied from other people. In these cases, that will normally be
 
6
#     indicated.
 
7
#
 
8
#     Licensed under the Apache License, Version 2.0 (the "License");
 
9
#     you may not use this file except in compliance with the License.
 
10
#     You may obtain a copy of the License at
 
11
#
 
12
#         http://www.apache.org/licenses/LICENSE-2.0
 
13
#
 
14
#     Unless required by applicable law or agreed to in writing, software
 
15
#     distributed under the License is distributed on an "AS IS" BASIS,
 
16
#     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
17
#     See the License for the specific language governing permissions and
 
18
#     limitations under the License.
 
19
#
 
20
 
 
21
 
 
22
from win32com import storagecon
 
23
from win32com.shell import shell, shellcon
 
 
b'\\ No newline at end of file'