Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f641c commit 6fafca4Copy full SHA for 6fafca4
2 files changed
Lib/distutils/command/install_data.py
@@ -1,3 +1,12 @@
1
+"""distutils.command.install_data
2
+
3
+Implements the Distutils 'install_data' command, for installing
4
+platform-independent data files."""
5
6
+# contributed by Bastian Kleineidam
7
8
+__revision__ = "$Id$"
9
10
from distutils.cmd import install_misc
11
12
class install_data (install_misc):
Lib/distutils/command/install_scripts.py
+"""distutils.command.install_scripts
+Implements the Distutils 'install_scripts' command, for installing
+Python scripts."""
import os
from stat import ST_MODE
0 commit comments