5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-09 15:52:05 +08:00

Added comment for script purpose

This commit is contained in:
Jarek Jarcec Cecho 2013-06-16 11:42:07 -07:00
parent a9b05996d4
commit e680ee4d92

View File

@ -17,6 +17,12 @@
# specific language governing permissions and limitations
# under the License.
#
#
# Pre Commit Hook for running tests and updating JIRA
#
# Original version was copied from FLUME project.
#
import sys, os, re, urllib2, base64, subprocess, tempfile, shutil
from optparse import OptionParser