Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
Move the AppEngine root into app/.
Browse files Browse the repository at this point in the history
This makes the root dir less messy, especially relative to the new third_party
symlinks.
  • Loading branch information
nex3 committed Jan 4, 2013
1 parent 1e5975e commit cf44ffc
Show file tree
Hide file tree
Showing 79 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -3,7 +3,7 @@ auto: true
server: true server: true
server_port: 8080 server_port: 8080
source: doc source: doc
destination: views/doc destination: app/views/doc
markdown: kramdown markdown: kramdown
kramdown: kramdown:
entity_output: symbolic entity_output: symbolic
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions app/cherrypy
1 change: 1 addition & 0 deletions app/decorator.py
1 change: 1 addition & 0 deletions app/endpoints
1 change: 1 addition & 0 deletions app/gfm
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -8,7 +8,6 @@
import json import json
import logging import logging


import load_path
import cherrypy import cherrypy
import routes import routes
from google.appengine.ext import db from google.appengine.ext import db
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions app/markdown
1 change: 1 addition & 0 deletions app/mdx_gfm
1 change: 1 addition & 0 deletions app/mdx_partial_gfm
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions app/pygments
1 change: 1 addition & 0 deletions app/pystache
1 change: 1 addition & 0 deletions app/repoze
1 change: 1 addition & 0 deletions app/routes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions app/yaml
1 change: 0 additions & 1 deletion cherrypy

This file was deleted.

2 changes: 1 addition & 1 deletion css/config.rb
@@ -1,7 +1,7 @@
require 'compass_twitter_bootstrap' require 'compass_twitter_bootstrap'


http_path = "/" http_path = "/"
css_dir = "../static" css_dir = "../app/static"
sass_dir = "sass" sass_dir = "sass"
images_dir = "images" images_dir = "images"
javascripts_dir = "javascripts" javascripts_dir = "javascripts"
Expand Down
1 change: 0 additions & 1 deletion decorator.py

This file was deleted.

1 change: 0 additions & 1 deletion endpoints

This file was deleted.

1 change: 0 additions & 1 deletion gfm

This file was deleted.

1 change: 0 additions & 1 deletion markdown

This file was deleted.

1 change: 0 additions & 1 deletion mdx_gfm

This file was deleted.

1 change: 0 additions & 1 deletion mdx_partial_gfm

This file was deleted.

1 change: 0 additions & 1 deletion pygments

This file was deleted.

1 change: 0 additions & 1 deletion pystache

This file was deleted.

1 change: 0 additions & 1 deletion repoze

This file was deleted.

1 change: 0 additions & 1 deletion routes

This file was deleted.

3 changes: 1 addition & 2 deletions test.py
Expand Up @@ -48,8 +48,7 @@
sys.path.append(sdk_path) sys.path.append(sdk_path)
import dev_appserver import dev_appserver
dev_appserver.fix_sys_path() dev_appserver.fix_sys_path()

sys.path.append(os.path.join(os.path.dirname(__file__), 'app'))
import pub_dartlang


test_path = os.path.join(os.path.dirname(__file__), 'test') test_path = os.path.join(os.path.dirname(__file__), 'test')
loader = unittest.loader.TestLoader() loader = unittest.loader.TestLoader()
Expand Down
1 change: 0 additions & 1 deletion yaml

This file was deleted.

0 comments on commit cf44ffc

Please sign in to comment.