<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>80153</integer>
    </number>
    <user>
      <string>nslater</string>
    </user>
    <title>
      <string>dirname</string>
    </title>
    <contents>
      <string>from os import path

def dirname(filename):
    return path.dirname(filename)</string>
    </contents>
    <universal-time>
      <integer>3451227439</integer>
    </universal-time>
    <channel>
      <string>#swhack</string>
    </channel>
    <colorization-mode>
      <string>Python</string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
    <deletion-requested>
      <null/>
    </deletion-requested>
    <deletion-requested-email>
      <null/>
    </deletion-requested-email>
    <expiration-time>
      <null/>
    </expiration-time>
  </paste>
  <annotation>
    <number>
      <integer>2</integer>
    </number>
    <user>
      <string>nslater</string>
    </user>
    <title>
      <string>import inside function scope</string>
    </title>
    <contents>
      <string>def dirname(filename):
   from os import path
   return path.dirname(filename)
</string>
    </contents>
    <universal-time>
      <integer>3451227858</integer>
    </universal-time>
    <channel>
      <string>#swhack</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
    <deletion-requested>
      <null/>
    </deletion-requested>
    <deletion-requested-email>
      <null/>
    </deletion-requested-email>
    <expiration-time>
      <null/>
    </expiration-time>
  </annotation>
  <annotation>
    <number>
      <integer>1</integer>
    </number>
    <user>
      <string>sbp</string>
    </user>
    <title>
      <string>global statement</string>
    </title>
    <contents>
      <string>from os import path

def dirname(filename):
   global path
   return path.dirname(filename)
</string>
    </contents>
    <universal-time>
      <integer>3451227640</integer>
    </universal-time>
    <channel>
      <string>#swhack</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
    <deletion-requested>
      <null/>
    </deletion-requested>
    <deletion-requested-email>
      <null/>
    </deletion-requested-email>
    <expiration-time>
      <null/>
    </expiration-time>
  </annotation>
</paste-with-annotations>
