Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Side by Side Diff: chrome/browser/resources/web_dev_style/__init__.py

Issue 9323016: [WebUI] Add some presubmit checks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: modularizing Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 """Allow the Web Development Style Guide checkers to be modules."""
6
7 __all__ = ['css_checker']
M-A Ruel 2012/02/09 22:14:14 A 0 byte file should be fine.
Dan Beam 2012/02/14 17:02:01 I was using from web_dev_style import * in the tes
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698