From 79061f9de2dc7ee07f38742b0d3d481407eb37d0 Mon Sep 17 00:00:00 2001 From: Matthias Kramm Date: Tue, 6 Dec 2016 17:43:47 -0800 Subject: [PATCH] move simplejson from stdlib/ to third_party/ (#752) --- {stdlib => third_party}/2/simplejson/__init__.pyi | 0 {stdlib => third_party}/2/simplejson/decoder.pyi | 0 {stdlib => third_party}/2/simplejson/encoder.pyi | 0 {stdlib => third_party}/2/simplejson/scanner.pyi | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {stdlib => third_party}/2/simplejson/__init__.pyi (100%) rename {stdlib => third_party}/2/simplejson/decoder.pyi (100%) rename {stdlib => third_party}/2/simplejson/encoder.pyi (100%) rename {stdlib => third_party}/2/simplejson/scanner.pyi (100%) diff --git a/stdlib/2/simplejson/__init__.pyi b/third_party/2/simplejson/__init__.pyi similarity index 100% rename from stdlib/2/simplejson/__init__.pyi rename to third_party/2/simplejson/__init__.pyi diff --git a/stdlib/2/simplejson/decoder.pyi b/third_party/2/simplejson/decoder.pyi similarity index 100% rename from stdlib/2/simplejson/decoder.pyi rename to third_party/2/simplejson/decoder.pyi diff --git a/stdlib/2/simplejson/encoder.pyi b/third_party/2/simplejson/encoder.pyi similarity index 100% rename from stdlib/2/simplejson/encoder.pyi rename to third_party/2/simplejson/encoder.pyi diff --git a/stdlib/2/simplejson/scanner.pyi b/third_party/2/simplejson/scanner.pyi similarity index 100% rename from stdlib/2/simplejson/scanner.pyi rename to third_party/2/simplejson/scanner.pyi