Move #! back to top of example.py

This commit is contained in:
Tyler Hobbs
2014-04-22 18:24:57 -05:00
parent d20db205f1
commit d1a72e8e86

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python
# Copyright 2013-2014 DataStax, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,8 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#!/usr/bin/env python
import logging
log = logging.getLogger()